ESRI.ArcGIS.ADF.ArcGISServer
NetworkAttributes Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NAServerNetworkDescription Class : NetworkAttributes Property




Syntax

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

See Also

© 2010 All Rights Reserved.