ESRI.ArcGIS.ADF.Web.DataSources
Page Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGISDataSource Interface : Page Property




The Page control in which the GIS data source instance is being managed.

Syntax

Visual Basic (Declaration) 
Property Page As Page
Visual Basic (Usage)Copy Code
Dim instance As IGISDataSource
Dim value As Page
 
instance.Page = value
 
value = instance.Page
C# 
Page Page {get; set;}

Return Value

The Page in which a GIS data source is being managed.

Remarks

Each Page that contains a Web ADF resource manager control will create a DataSourceManager to store GIS data sources the resource manager will use. The Page in which the resource manager control resides will be returned by the IGISDataSource Page property.

See Also

© 2010 All Rights Reserved.