Jaa


Status Property

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

Gets the current status of this operation.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property Status As ListOperationStatusCode
'Usage
Dim instance As MailingListOperation
Dim value As ListOperationStatusCode

value = instance.Status
public ListOperationStatusCode Status { get; }
public:
property ListOperationStatusCode Status {
    ListOperationStatusCode get ();
}
public function get Status () : ListOperationStatusCode

Property Value

Type: Microsoft.CommerceServer.Marketing..::.ListOperationStatusCode
The status of the current MailingListOperation. Default is InProgress.

Remarks

The returned ListOperationStatusCode enumeration value shall be one of the following:

Permissions

See Also

Reference

MailingListOperation Class

MailingListOperation Members

Microsoft.CommerceServer.Marketing Namespace