ESRI.ArcGIS.ADF.ArcGISServer
AttributeMappings Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NetworkDirections Class : AttributeMappings Property




The collection of directions attribute mapping.

Syntax

Visual Basic (Declaration) 
<XmlArrayItemAttribute(XmlSchemaForm.Unqualified)>
<XmlArrayAttribute(IsNullable=True, Form=XmlSchemaForm.Unqualified)>
Public Property AttributeMappings As DirectionsAttributeMapping()
Visual Basic (Usage)Copy Code
Dim instance As NetworkDirections
Dim value() As DirectionsAttributeMapping
 
instance.AttributeMappings = value
 
value = instance.AttributeMappings
C# 
[XmlArrayItemAttribute(XmlSchemaForm.Unqualified)]
[XmlArrayAttribute(IsNullable=true, Form=XmlSchemaForm.Unqualified)]
public DirectionsAttributeMapping[] AttributeMappings {get; set;}

See Also

© 2010 All Rights Reserved.