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




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

Syntax

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

See Also

© 2010 All Rights Reserved.