Share via


LineItem.ShippingMethodName Property (BCL)

The ShippingMethodName property is a read/write String that accesses the value of the shipping_method_name field on the underlying Dictionary COM Interop object.

Definition

[Visual Basic .NET]

Public Property ShippingMethodName As System.String

[C#]

public System.String ShippingMethodName{get; set;} 

Property Value

The value of the shipping_method_name field on the underlying Dictionary COM Interop object.

Remarks

If no value has been set, then this method returns null.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.