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




The name of the network attribute associated with this network assignment.

Syntax

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

See Also

© 2010 All Rights Reserved.