CatalogSearchOptions.PropertiesToReturnArray Property (BCL)

The PropertiesToReturnArray property is a string that gets or sets the array of properties that should be returned in a query result set.

Definition

[Visual Basic .NET]

Public Property PropertiesToReturnArray As System.String[]

[C#]

public System.String[] PropertiesToReturnArray{get; set;} 

Property Value

A String array containing the properties to be returned.

Remarks

The default value is null, indicating to return all properties.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.