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




The name of the table containing profiles.

Syntax

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

See Also

© 2010 All Rights Reserved.