PaymentId Property

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

See Also

Reference

Payment Class

Payment Members

Microsoft.CommerceServer.Runtime.Orders Namespace