Id Property

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

Gets the unique identifier of the MailingList object.

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

Syntax

'Declaration
Public ReadOnly Property Id As Guid
'Usage
Dim instance As MailingList
Dim value As Guid

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

Property Value

Type: System..::.Guid
The identifier of the MailingList.

Remarks

The Id will be Guid.Empty until the first Save, then it will get assigned a value

Permissions

See Also

Reference

MailingList Class

MailingList Members

Microsoft.CommerceServer.Marketing Namespace