Share via


LineItem.ShippingAddress Property (BCL)

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

Definition

[Visual Basic .NET]

Public Property ShippingAddress As System.String

[C#]

public System.String ShippingAddress{get; set;} 

Property Value

The value of the shipping_address_id 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.