ESRI.ArcGIS.ADF.Web.DataSources
Page Property
See Also  Send Feedback
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;}

Property 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.

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.