Udostępnij za pośrednictwem


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

See Also

Reference

PaymentMethod Class

PaymentMethod Members

GetPaymentMethodName Overload

Microsoft.CommerceServer.Orders Namespace