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) 
<BrowsableAttribute(False)>
<ResDescriptionAttribute("Gets the instance of the Primary Map Resource specified in the PrimaryMapResource Property.")>
<DesignerSerializationVisibilityAttribute()>
Public ReadOnly Property PrimaryMapResourceInstance As IMapResource
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim value As IMapResource
 
value = instance.PrimaryMapResourceInstance
C# 
[BrowsableAttribute(false)]
[ResDescriptionAttribute("Gets the instance of the Primary Map Resource specified in the PrimaryMapResource Property.")]
[DesignerSerializationVisibilityAttribute()]
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.

See Also

© 2010 All Rights Reserved.