PaymentMethodName Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the PaymentMethodName column's value in this row.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Property PaymentMethodName As String
'Usage
Dim instance As PaymentMethodDataSet..::.PaymentMethodRow
Dim value As String
value = instance.PaymentMethodName
instance.PaymentMethodName = value
public string PaymentMethodName { get; set; }
public:
property String^ PaymentMethodName {
String^ get ();
void set (String^ value);
}
public function get PaymentMethodName () : String
public function set PaymentMethodName (value : String)
Property Value
Type: System..::.String
The Payment Method Name of this row.
Remarks
This property represents the "PaymentMethodName" column of the "PaymentMethodDataTable" table.
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
PaymentMethodDataSet..::.PaymentMethodRow Class