ESRI.ArcGIS.ADF.ArcGISServer
CLSID Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DETable Class : CLSID Property




The GUID for the COM Class (Object) corresponding to instances of the object class represented by the table data element.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=4)>
Public Property CLSID As String
Visual Basic (Usage)Copy Code
Dim instance As DETable
Dim value As String
 
instance.CLSID = value
 
value = instance.CLSID
C# 
[XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=4)]
public string CLSID {get; set;}

See Also

© 2010 All Rights Reserved.