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 that contains the current shipment.
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 Shipment
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 order form that contains the current instance.
Remarks
Gets the order form identifier of the parent order form that contains the current instance.
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.