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




Syntax

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

See Also

© 2010 All Rights Reserved.