ESRI.ArcGIS.ADF.ArcGISServer
Properties Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NetworkSource Class : Properties Property




Property set of this network source.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(Form=XmlSchemaForm.Unqualified, IsNullable=True)>
Public Property Properties As PropertySet
Visual Basic (Usage)Copy Code
Dim instance As NetworkSource
Dim value As PropertySet
 
instance.Properties = value
 
value = instance.Properties
C# 
[XmlElementAttribute(Form=XmlSchemaForm.Unqualified, IsNullable=true)]
public PropertySet Properties {get; set;}

See Also

© 2010 All Rights Reserved.