SecondListId Property

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

Gets the id of the MailingList that is the source for this operation.

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

Syntax

'Declaration
Public ReadOnly Property SecondListId As Guid
'Usage
Dim instance As MailingListOperation
Dim value As Guid

value = instance.SecondListId
public Guid SecondListId { get; }
public:
property Guid SecondListId {
    Guid get ();
}
public function get SecondListId () : Guid

Property Value

Type: System..::.Guid
Default is Guid.Empty.

Remarks

Returns the unique identifier of the source MailingList. This property will be Guid.Empty if no source list was involved in this operation.

Permissions

See Also

Reference

MailingListOperation Class

MailingListOperation Members

Microsoft.CommerceServer.Marketing Namespace