ESRI.ArcGIS.ADF.ArcGISServer
FirstTimeSliceFieldName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > TrafficData Class : FirstTimeSliceFieldName Property




The field name of the first time slice of the given period in the profile table.

Syntax

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

See Also

© 2010 All Rights Reserved.