PaymentGroupIds Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a comma separated list of payment group IDs which could not be saved.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property PaymentGroupIds As String
'Usage
Dim instance As PaymentMethodNotSavedException
Dim value As String
value = instance.PaymentGroupIds
public string PaymentGroupIds { get; }
public:
property String^ PaymentGroupIds {
String^ get ();
}
public function get PaymentGroupIds () : String
Property Value
Type: System..::.String
A comma separated list of payment group IDs which could not be saved.
Remarks
Returns a comma separated list of payment group IDs which could not be saved.
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.
See Also
Reference
PaymentMethodNotSavedException Class