ESRI.ArcGIS.ADF.IMS
LayerID Property
See Also 
ESRI.ArcGIS.ADF.IMS.Data Namespace > LayerIDDataset Class : LayerID Property




Gets or sets the LayerID. Must match an existing layer in the map service.

Syntax

Visual Basic (Declaration) 
Public Property LayerID As String
Visual Basic (Usage)Copy Code
Dim instance As LayerIDDataset
Dim value As String
 
instance.LayerID = value
 
value = instance.LayerID
C# 
public string LayerID {get; set;}

Remarks

This is the ID of the FeatureLayer on which the dataset is based. The LayerID must match exactly an existing ID of a layer in the map service. Do not set the LayerID unless it is to a layer that pre-existed in the map service, that is, a static layer.

This class should only be used with FeatureLayer. Copying an ImageLayer is not supported.

See Also

© 2010 All Rights Reserved.