SpecificationSearchPropertyResult Class (BCL)

The this class represents the result for a property in a specification search. The specification search API's return arrays of these results as part of the specification search process. Each result object represents a property and all of the distinct values for that property.

This class is sealed.

System.Object
**** Microsoft.CommerceServer.Runtime.Catalog.SpecificationSearchPropertyResult

Public Instance Constructor

Constructor Description
SpecificationSearchPropertyResult Constructor(String, Object[]) Creates a new instance of the SpecificationSearchPropertyResult class with the specified property name and values.

 

Public Instance Properties

Property Description
Property Gets the name of the property.
Values Gets the possible values for the property as an array of objects.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.