SimpleFindResultInfo.Columns Property (PIA)

The Columns property is a read/write Object that specifies a custom set of columns to be returned by the SimpleFind method. The columns property, if specified, should be a string of comma-separated column names. If the property is left null, SimpleFind will return a standard set of columns.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Orders
…
Public Property Columns As Object

[C#]

using Microsoft.CommerceServer.Interop.Orders;
…
public object Columns {get; set;}

[C#]

Property Value

An object containing a string with the names of the columns in addition to the default columns.

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 Object.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Interop.Orders.Requisition.dll

See Also

SimpleFindResultInfo Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.