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


Gets the instance of the Primary Map Resource specified in the PrimaryMapResource Property.

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property PrimaryMapResourceInstance As IMapResource
Visual Basic (Usage) Copy Code
Dim instance As Map
Dim value As IMapResource
 
value = instance.PrimaryMapResourceInstance
C#  
public IMapResource PrimaryMapResourceInstance {get;}

Remarks

This property will be populated at runtime with a reference to the resource defined in the PrimaryMapResource property of the Map.

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also