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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.