OrderFormId Property

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

Gets a system-generated value that uniquely identifies the order form within the order capture system.

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

Syntax

'Declaration
Public ReadOnly Property OrderFormId As Guid
'Usage
Dim instance As OrderForm
Dim value As Guid

value = instance.OrderFormId
public Guid OrderFormId { get; }
public:
property Guid OrderFormId {
    Guid get ();
}
public function get OrderFormId () : Guid

Property Value

Type: System..::.Guid
A value that uniquely identifies the OrderForm within the order capture system.

Remarks

OrderFormId is generated when the OrderForm is initialized.

Permissions

See Also

Reference

OrderForm Class

OrderForm Members

Microsoft.CommerceServer.Runtime.Orders Namespace