Share via


GetDescription Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the description 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 GetDescription As String
'Usage
Dim instance As PaymentMethod
Dim returnValue As String

returnValue = instance.GetDescription()
public string GetDescription()
public:
String^ GetDescription()
public function GetDescription() : String

Return Value

Type: System..::.String
The description of 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

GetDescription Overload

Microsoft.CommerceServer.Orders Namespace