Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.