Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the unique identifier for the current instance.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property PaymentId As Guid
'Usage
Dim instance As Payment
Dim value As Guid
value = instance.PaymentId
public Guid PaymentId { get; }
public:
property Guid PaymentId {
Guid get ();
}
public function get PaymentId () : Guid
Property Value
Type: System..::.Guid
The unique identifier for that ties this payment to a payment method.
Remarks
PaymentId is system-generated and is unique across all domains of payment types.PaymentId is system-generated and is unique across all domains of payment types.
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.