ESRI.ArcGIS.ADF.IMS
LayerID Property
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.