MainListId Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the unique identifier of the MailingList that is the target of this operation.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property MainListId As Guid
'Usage
Dim instance As MailingListOperation
Dim value As Guid
value = instance.MainListId
public Guid MainListId { get; }
public:
property Guid MainListId {
Guid get ();
}
public function get MainListId () : Guid
Property Value
Type: System..::.Guid
The Id of the MailingList. Default is Guid.Empty.
Remarks
Returns the Id of the primary list in this operation.
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.