Share via


IsInitialized Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets a value indicating whether the current module instance has been initialized.

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property IsInitialized As Boolean
'Usage
Dim instance As CommerceModule
Dim value As Boolean

value = instance.IsInitialized
public bool IsInitialized { get; }
public:
property bool IsInitialized {
    bool get ();
}
public function get IsInitialized () : boolean

Property Value

Type: System..::.Boolean
true to indicate that the current module has been initialized; otherwise false.

Remarks

Stores a value indicating whether the current module instance has been initialized. The flag that is set to true when the module instance has been initialized.

Permissions

See Also

Reference

CommerceModule Class

CommerceModule Members

Microsoft.CommerceServer.Runtime Namespace