Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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:
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.