DefaultAnonymousCatalogSet Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the names of the catalogs in the default anonymous user catalog set.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property DefaultAnonymousCatalogSet As ReadOnlyStringCollection
'Usage
Dim instance As CatalogContext
Dim value As ReadOnlyStringCollection
value = instance.DefaultAnonymousCatalogSet
public ReadOnlyStringCollection DefaultAnonymousCatalogSet { get; }
public:
property ReadOnlyStringCollection^ DefaultAnonymousCatalogSet {
ReadOnlyStringCollection^ get ();
}
public function get DefaultAnonymousCatalogSet () : ReadOnlyStringCollection
Property Value
Type: Microsoft.CommerceServer.Runtime..::.ReadOnlyStringCollection
A ReadOnlyStringCollection containing the catalog collection for the configured DefaultAnonymousCatalogSet catalog set.
Remarks
The catalog set is the default catalogs used for configured anonymous users. For more information about this property, see Managing Catalog Sets by Using the Catalog API.
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.