ESRI.ArcGIS.ADF.Web.UI.WebControls
LayerID Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapTips Class : LayerID Property




Returns the layer id for the specified map tips layer

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property LayerID As String
Visual Basic (Usage)Copy Code
Dim instance As MapTips
Dim value As String
 
value = instance.LayerID
C# 
[BrowsableAttribute(false)]
public string LayerID {get;}

Property Value

ID of the layer defined in the Layer property.The layer id.

Remarks

This property retrieves the ID of the layer corresponding to the one identified in the Layer property. Will be null if Layer contains invalid information about MapResourceManager, map resource, or layer name.

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.