SpecificationSearchPropertyResult Class

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

(Public Sealed) Represents the result for a property in a specification search.

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class SpecificationSearchPropertyResult _
    Implements ISerializable
'Usage
Dim instance As SpecificationSearchPropertyResult
[SerializableAttribute]
public sealed class SpecificationSearchPropertyResult : ISerializable
[SerializableAttribute]
public ref class SpecificationSearchPropertyResult sealed : ISerializable
public final class SpecificationSearchPropertyResult implements ISerializable

Remarks

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

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Catalog..::.SpecificationSearchPropertyResult

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

SpecificationSearchPropertyResult Members

Microsoft.CommerceServer.Catalog Namespace