ESRI.ArcGIS.ADF.ArcGISServer
PropertySets Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NAServerPropertySets Class : PropertySets Property




Syntax

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

See Also

© 2010 All Rights Reserved.