SpecificationSearchableCategories Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
NOTE: This API is now obsolete.
(Obsolete) Use SpecificationSearchableCategoryCollection instead. Gets a ReadOnlyStringCollection 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
<ObsoleteAttribute("SpecificationSearchableCategories is obsolete, use SpecificationSearchableCategoryCollection instead")> _
Public ReadOnly Property SpecificationSearchableCategories As ReadOnlyStringCollection
'Usage
Dim instance As ProductCatalog
Dim value As ReadOnlyStringCollection
value = instance.SpecificationSearchableCategories
[ObsoleteAttribute("SpecificationSearchableCategories is obsolete, use SpecificationSearchableCategoryCollection instead")]
public ReadOnlyStringCollection SpecificationSearchableCategories { get; }
[ObsoleteAttribute(L"SpecificationSearchableCategories is obsolete, use SpecificationSearchableCategoryCollection instead")]
public:
property ReadOnlyStringCollection^ SpecificationSearchableCategories {
ReadOnlyStringCollection^ get ();
}
public function get SpecificationSearchableCategories () : ReadOnlyStringCollection
Property Value
Type: Microsoft.CommerceServer.Runtime..::.ReadOnlyStringCollection
A ReadOnlyStringCollection 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.