ESRI.ArcGIS.ADF.ArcGISServer
UndirectedFieldName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DirectionsFieldMapping Class : UndirectedFieldName Property




The network source field name associated with the directions key name in an undirected direction.

Syntax

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

See Also

© 2010 All Rights Reserved.