SpecificationSearch Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Specification search class encapsulates the search handle and specification search property result concepts previously exposed on the product catalog object.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public NotInheritable Class SpecificationSearch _
    Inherits CatalogObjectBase
'Usage
Dim instance As SpecificationSearch
public sealed class SpecificationSearch : CatalogObjectBase
public ref class SpecificationSearch sealed : public CatalogObjectBase
public final class SpecificationSearch extends CatalogObjectBase

Remarks

This class represents the result for a property in a specification search. Each result object represents a property and all of the distinct values for that property.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Catalog..::.CatalogObjectBase
    Microsoft.CommerceServer.Catalog..::.SpecificationSearch

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SpecificationSearch Members

Microsoft.CommerceServer.Catalog Namespace