CommerceModule.IsInitialized Property (BCL)

The IsInitialized property is a read-only Boolean that is set to True when the CommerceModule class instance has been initialized.

Definition

[Visual Basic .NET]

Public ReadOnly Property IsInitialized As System.Boolean

[C#]

public System.Boolean IsInitialized{get;} 

Property Value

Set to true when the CommerceModule class instance has been initialized, false otherwise.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.