ESRI.ArcGIS.ADF.ArcGISServer
ID Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > StandaloneTableDescription Class : ID Property




The table ID. This is a unique ID for the table, and is used to identify the table in a number of method calls.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property ID As Integer
Visual Basic (Usage)Copy Code
Dim instance As StandaloneTableDescription
Dim value As Integer
 
instance.ID = value
 
value = instance.ID
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public int ID {get; set;}

See Also

© 2010 All Rights Reserved.