ESRI.ArcGIS.ADF.ArcGISServer
PropertyArray Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > PropertySet Class : PropertyArray Property




Syntax

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

See Also

© 2010 All Rights Reserved.