SimpleFindResultInfo.JoinOrderFormInfo Property (PIA)
The JoinOrderFormInfo property is a read/write Boolean value that indicates whether the OrderFormHeader table is joined in the results.
Definition
[Visual Basic .NET]
Imports Microsoft.CommerceServer.Interop.Orders
…
Public Property JoinOrderFormInfo As Boolean
[C#]
using Microsoft.CommerceServer.Interop.Orders;
…
public bool JoinOrderFormInfo {get; set;}
Property Value
A value of True specifies that the OrderFormHeader table will be joined. A value of False specifies that it will not be joined.
Exceptions
This property may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.
Remarks
Requirements for using this property are listed in SimpleFindResultInfo Class.
Requirements
Namespace: Microsoft.CommerceServer.Interop.Orders
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Interop.Orders.Requisition.dll
See Also
Copyright © 2005 Microsoft Corporation.
All rights reserved.