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




Unique identifier of this network attribute.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property ID As Integer
Visual Basic (Usage)Copy Code
Dim instance As NetworkAttribute
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.