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




Whether a GIS data source has been initialized. Deprecated. It is recommended that implementations initialize on demand, i.e., when properties or methods are used that require initialization. Clients of this interface using custom datasource implementations should continue to call this method unless they are sure that the custom datasource initializes on demand.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("It is recommended that implementations initialize on demand, i.e., when properties or methods are used that require initialization.  Clients of this interface using custom datasource implementations should continue to call this method unless they are sure that the custom datasource initializes on demand.")>
ReadOnly Property Initialized As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IGISDataSource
Dim value As Boolean
 
value = instance.Initialized
C# 
[ObsoleteAttribute("It is recommended that implementations initialize on demand, i.e., when properties or methods are used that require initialization.  Clients of this interface using custom datasource implementations should continue to call this method unless they are sure that the custom datasource initializes on demand.")]
bool Initialized {get;}

Property Value

A boolean indicating whether the GIS data source has been initialized or not.

Remarks

This property returns True if the Initialize() method has been called.

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.