ESRI.ArcGIS.ADF.Web.DataSources.IMS
Initialized Property
See Also  Send Feedback
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).

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.