Share via


OrderAddressId Property

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

Gets a unique identifier for the current instance within an order group.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property OrderAddressId As String
'Usage
Dim instance As OrderAddress
Dim value As String

value = instance.OrderAddressId
public string OrderAddressId { get; }
public:
property String^ OrderAddressId {
    String^ get ();
}
public function get OrderAddressId () : String

Property Value

Type: System..::.String
A globally unique identifier (GUID) containing an identifier for the current instance within an OrderGroup.

Remarks

Each address is uniquely identified by an OrderAddressId in every basket, purchase order and order template.

Permissions

See Also

Reference

OrderAddress Class

OrderAddress Members

Microsoft.CommerceServer.Runtime.Orders Namespace