ESRI.ArcGIS.ADF.Web.UI.WebControls
Resource Property
See Also  Send Feedback
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 ESRI.ArcGIS.ADF.Web.DataSources.IGISResource
Visual Basic (Usage)Copy Code
Dim instance As GISResourceItem
Dim value As ESRI.ArcGIS.ADF.Web.DataSources.IGISResource
 
value = instance.Resource
C# 
[BrowsableAttribute(false)]
public ESRI.ArcGIS.ADF.Web.DataSources.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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.