ESRI.ArcGIS.ADF.ArcGISServer
TimeZoneAttributeName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DENetworkDataset Class : TimeZoneAttributeName Property




Name of the time zone attribute.

Syntax

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

See Also

© 2010 All Rights Reserved.