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




The name of the network attribute to be used for reporting travel time.

Syntax

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

See Also

© 2010 All Rights Reserved.