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




The set of Subtypes.

Syntax

Visual Basic (Declaration) 
<XmlArrayItemAttribute(XmlSchemaForm.Unqualified)>
<XmlArrayAttribute(Form=XmlSchemaForm.Unqualified, Order=15)>
Public Property Subtypes As Subtype()
Visual Basic (Usage)Copy Code
Dim instance As DETable
Dim value() As Subtype
 
instance.Subtypes = value
 
value = instance.Subtypes
C# 
[XmlArrayItemAttribute(XmlSchemaForm.Unqualified)]
[XmlArrayAttribute(Form=XmlSchemaForm.Unqualified, Order=15)]
public Subtype[] Subtypes {get; set;}

See Also

© 2010 All Rights Reserved.