ESRI.ArcGIS.ADF.ArcGISServer
DataObjectArray Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DataObjectGroup Class : DataObjectArray Property




Syntax

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

See Also

© 2010 All Rights Reserved.