ESRI.ArcGIS.ADF.Web.DataSources
State Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGISDataSource Interface : State Property




The state for this data source. Resources and functionalities associated with a data source may store their state here. The DataSourceManager control will store this hashtable as state for the entire data source.

Syntax

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

Property Value

A Hashtable containing name\value pairs

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.