DefaultAuthenticatedCatalogSet Property

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

Gets the names of the catalogs in the default authenticated user catalog set.

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

Syntax

'Declaration
Public ReadOnly Property DefaultAuthenticatedCatalogSet As ReadOnlyStringCollection
'Usage
Dim instance As CatalogContext
Dim value As ReadOnlyStringCollection

value = instance.DefaultAuthenticatedCatalogSet
public ReadOnlyStringCollection DefaultAuthenticatedCatalogSet { get; }
public:
property ReadOnlyStringCollection^ DefaultAuthenticatedCatalogSet {
    ReadOnlyStringCollection^ get ();
}
public function get DefaultAuthenticatedCatalogSet () : ReadOnlyStringCollection

Property Value

Type: Microsoft.CommerceServer.Runtime..::.ReadOnlyStringCollection
A ReadOnlyStringCollection containing the catalog collection for the configured DefaultAuthenticatedCatalogSet catalog set.

Remarks

The catalog set is the default catalogs used for configured authenticated users. For more information about this property, see Managing Catalog Sets by Using the Catalog API.

Permissions

See Also

Reference

CatalogContext Class

CatalogContext Members

Microsoft.CommerceServer.Catalog Namespace