ESRI.ArcGIS.ADF.ArcGISServer
NetworkSourceName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NetworkAssignment Class : NetworkSourceName Property




The network source name of this network assignment. This property only applies if IsDefault is false.

Syntax

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

See Also

© 2010 All Rights Reserved.