GetShippingMethodName Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns the name 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 GetShippingMethodName As String
'Usage
Dim instance As ShippingMethod
Dim returnValue As String
returnValue = instance.GetShippingMethodName()
public string GetShippingMethodName()
public:
String^ GetShippingMethodName()
public function GetShippingMethodName() : String
Return Value
Type: System..::.String
The name 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.