Id Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the unique identifier of the operation.
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 MailingListOperation
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 unique identifier of the operation. Default is Guid.Empty.
Remarks
Returns the unique identifier of the list 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.