ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
Initialized Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapFunctionality Class : Initialized Property




Whether the functionality has been initialized.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Initialized As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MapFunctionality
Dim value As Boolean
 
value = instance.Initialized
C# 
public bool Initialized {get;}

Remarks

Functionalities must be initialized before they can be used to do work that requires the services of the GIS server. Check this property for whether the functionality has been initialized, and use Initialize if necessary. For a discussion of resource initialization in the Web ADF, see the topic "Resource Initialization" in the page Working with resources and functionalities in the Developer Help.

See Also

© 2010 All Rights Reserved.