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

Return Value

A Hashtable containing name\value pairs

See Also

© 2010 All Rights Reserved.