ESRI.ArcGIS.ADF.ArcGISServer
AttributeName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DirectionsAttributeMapping Class : AttributeName Property




The network attribute name associated with the directions key name.

Syntax

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

See Also

© 2010 All Rights Reserved.