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
- 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.