PaymentMethodTable Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the PaymentMethodDataSet..::.PaymentMethodDataTable table contained in the dataset.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property PaymentMethodTable As PaymentMethodDataSet..::.PaymentMethodDataTable
'Usage
Dim instance As PaymentMethodDataSet
Dim value As PaymentMethodDataSet..::.PaymentMethodDataTable
value = instance.PaymentMethodTable
[BrowsableAttribute(false)]
public PaymentMethodDataSet..::.PaymentMethodDataTable PaymentMethodTable { get; }
[BrowsableAttribute(false)]
public:
property PaymentMethodDataSet..::.PaymentMethodDataTable^ PaymentMethodTable {
PaymentMethodDataSet..::.PaymentMethodDataTable^ get ();
}
public function get PaymentMethodTable () : PaymentMethodDataSet..::.PaymentMethodDataTable
Property Value
Type: Microsoft.CommerceServer.Orders..::.PaymentMethodDataSet..::.PaymentMethodDataTable
A Data table with the Payment methods.
Remarks
A strongly type PaymentMethodDataSet..::.PaymentMethodDataTable wrapper for the "PaymentMethodTable" table.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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.