ESRI.ArcGIS.ADF.Web.UI.WebControls
Resource Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > GISResourceItem Class : Resource Property




Data resource that supplies the GIS resource with its information.

Syntax

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

Remarks

This property may be used to drill down to the resource implemented by the particular type of service. This resource implements the IGISResource Interface. For example, if the service in the resource manager is from ArcIMS, this property will return a MapResource in ESRI.ArcGIS.ADF.Web.DataSources.IMS.

See Also

© 2010 All Rights Reserved.