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




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

Syntax

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

See Also

© 2010 All Rights Reserved.