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




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

Syntax

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

See Also

© 2010 All Rights Reserved.