ESRI.ArcGIS.ADF.Web.UI.WebControls
MapResourceManager Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : MapResourceManager Property


The ID of the MapResourceManager whose resources will be displayed on the map.

Syntax

Visual Basic (Declaration)  
Public Property MapResourceManager As String
Visual Basic (Usage) Copy Code
Dim instance As Map
Dim value As String
 
instance.MapResourceManager = value
 
value = instance.MapResourceManager
C#  
public string MapResourceManager {get; set;}

Remarks

This property must be set to the ID of a MapResourceManager added to the page. If not set, then a runtime error will occur.

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also