Share via


PaymentGroupId Property

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

Gets the unique identifier which represents the PaymentMethod's language insensitive properties and the language sensitive properties in all the configured languages.

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

Syntax

'Declaration
Public ReadOnly Property PaymentGroupId As Guid
'Usage
Dim instance As PaymentMethod
Dim value As Guid

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

Property Value

Type: System..::.Guid
The unique identifier associated with the PaymentMethod’s language insensitive properties and the language sensitive properties in all the configured languages.

Remarks

Gets the unique identifier which represents the PaymentMethod’s language insensitive properties and the language sensitive properties in all the configured languages.

Permissions

See Also

Reference

PaymentMethod Class

PaymentMethod Members

Microsoft.CommerceServer.Orders Namespace