Share via


OrderFormId Property

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

Gets the order form ID of the parent order form for the current line item instance.

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 LineItem
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
The OrderFormId of the parent OrderForm.

Remarks

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

Permissions

See Also

Reference

LineItem Class

LineItem Members

Microsoft.CommerceServer.Runtime.Orders Namespace