GetPaymentMethodName Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the name of the PaymentMethod in the DefaultLanguage.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Function GetPaymentMethodName As String
'Usage
Dim instance As PaymentMethod
Dim returnValue As String
returnValue = instance.GetPaymentMethodName()
public string GetPaymentMethodName()
public:
String^ GetPaymentMethodName()
public function GetPaymentMethodName() : String
Return Value
Type: System..::.String
The name of the PaymentMethod in the DefaultLanguage.
Remarks
This method may not be required if the UI list view displays the PaymentMethods in all the languages and not just in its default language.
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.