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




The directions key name of the directions attribute mapping.

Syntax

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

See Also

© 2010 All Rights Reserved.