ESRI.ArcGIS.ADF.ArcGISServer
IndexArray Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Indexes Class : IndexArray Property




Syntax

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

See Also

© 2010 All Rights Reserved.