Share via


SpecificationSearchableCategoryCollection Property

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

Gets a CategoryCollection containing the names of the specification searchable categories in this catalog.

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

Syntax

'Declaration
Public ReadOnly Property SpecificationSearchableCategoryCollection As CategoryCollection
'Usage
Dim instance As ProductCatalog
Dim value As CategoryCollection

value = instance.SpecificationSearchableCategoryCollection
public CategoryCollection SpecificationSearchableCategoryCollection { get; }
public:
property CategoryCollection^ SpecificationSearchableCategoryCollection {
    CategoryCollection^ get ();
}
public function get SpecificationSearchableCategoryCollection () : CategoryCollection

Property Value

Type: Microsoft.CommerceServer.Catalog..::.CategoryCollection
A CategoryCollection containing the names of the specification searchable categories in this catalog.

Remarks

This data is cached. To refresh it, call the Refresh method explicitly.

Permissions

See Also

Reference

ProductCatalog Class

ProductCatalog Members

Microsoft.CommerceServer.Catalog Namespace