ESRI.ArcGIS.ADF.Web.DataSources.IMS
Initialized Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.IMS 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, Developing Applications/Developing Applications using the Web ADF/Working with the Common Data Source API/Working with resources and functionalities (also available Online at EDN).

See Also

© 2010 All Rights Reserved.