ESRI.ArcGIS.ADF.ArcGISServer
LayerID Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > LayerDescription Class : LayerID Property




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

Syntax

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

See Also

© 2010 All Rights Reserved.