ListManager.Status Property (PIA)

The Status property is a read-only Integer that contains the ListManager object status.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Targeting
…
Public ReadOnly Property Status As Integer
[C#]public int Status {get; }

Property Value

[C#]

Contains the ListManager object status.

Exceptions

This property may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

Remarks

The following table shows the valid status codes and their descriptions.

Status Value Description
LMSTATUS_NEW 0 The ListManager object has been created but is not yet initialized.
LMSTATUS_READY 1 The ListManager object has been created and successfully initialized.
LMSTATUS_ERROR -1 The ListManager object failed to initialize.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: listmanagerlib (in listmanagerlib.dll)

See Also

ListManager Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.