OrderGroupSearchOptions.FetchLineItemInformation Property (BCL)

The FetchLineItemInformation property is a read/write Boolean indicating whether line item information should be retrieved from the database or not.

Definition

[Visual Basic .NET]

Public Property FetchLineItemInformation As System.Boolean

[C#]

public System.Boolean FetchLineItemInformation{get; set;} 

Property Value

Retrieves the line item information.

Remarks

The default value is False.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.