ESRI.ArcGIS.ADF.Web.UI.WebControls
ResourceManagerName Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapTips Class : ResourceManagerName Property




The ID of the MapResourceManager used by this control

Syntax

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

Return Value

ID of the MapResourceManager from the Layer property.

Remarks

This method simply retrieves the MapResourceManager ID from the Layer property.

See Also

© 2010 All Rights Reserved.