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
- 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.