OrderFormId Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the order form identifier of the parent order form for the current payment 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 Payment
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.
Returns the order form identifier of the parent order form.
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.