Sdílet prostřednictvím


Status Property

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

Gets the MailingListStatusCode that describes the status of the MailingList object.

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

Syntax

'Declaration
Public ReadOnly Property Status As MailingListStatusCode
'Usage
Dim instance As MailingList
Dim value As MailingListStatusCode

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

Property Value

Type: Microsoft.CommerceServer.Marketing..::.MailingListStatusCode
The Status code of the MailingList.

Remarks

Returns the status of the mailing list. The enumeration value shall be one of the following:

  • Locked - List is locked because a list operation is in progress.

  • Unlocked - List is open for use.

Permissions

See Also

Reference

MailingList Class

MailingList Members

Microsoft.CommerceServer.Marketing Namespace