ESRI.ArcGIS.ADF.Web.DataSources
Initialized Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGISResource Interface : Initialized Property




Whether the resource 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 IGISResource
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;}

Return Value

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

See Also

© 2010 All Rights Reserved.