Partager via


GetDescription Method

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

Returns the description of the ShippingMethod 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 ShippingMethod
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 the ShippingMethod in the DefaultLanguage.

Remarks

This method is not required if the UI list view displays the shipping methods in all the configured languages, not just the default language.

Permissions

See Also

Reference

ShippingMethod Class

ShippingMethod Members

GetDescription Overload

Microsoft.CommerceServer.Orders Namespace