ESRI.ArcGIS.ADF.Web.UI.WebControls
LayerID Property
See Also 
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;}

Return Value

ID of the layer defined in the Layer property.

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.

See Also

© 2010 All Rights Reserved.