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




The name of the Resource used by this control

Syntax

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

Return Value

Name of the resource containing the layer used for maptips.

Remarks

This property simply retrieves the name of the map resource defined within the Layer property.

See Also

© 2010 All Rights Reserved.