ESRI.ArcGIS.ADF.ArcGISServer
SubtypeInfos Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapTableSubtypeInfo Class : SubtypeInfos Property




Syntax

Visual Basic (Declaration) 
<XmlArrayAttribute(XmlSchemaForm.Unqualified)>
<XmlArrayItemAttribute(XmlSchemaForm.Unqualified)>
Public Property SubtypeInfos As SubtypeInfo()
Visual Basic (Usage)Copy Code
Dim instance As MapTableSubtypeInfo
Dim value() As SubtypeInfo
 
instance.SubtypeInfos = value
 
value = instance.SubtypeInfos
C# 
[XmlArrayAttribute(XmlSchemaForm.Unqualified)]
[XmlArrayItemAttribute(XmlSchemaForm.Unqualified)]
public SubtypeInfo[] SubtypeInfos {get; set;}

See Also

© 2010 All Rights Reserved.