Share via


CommerceResourceCollection Property

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

Gets the CommerceResourceCollection for this site.

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

Syntax

'Declaration
Protected Overrides ReadOnly Property CommerceResourceCollection As CommerceResourceCollection
'Usage
Dim value As CommerceResourceCollection

value = Me.CommerceResourceCollection
protected override CommerceResourceCollection CommerceResourceCollection { get; }
protected:
virtual property CommerceResourceCollection^ CommerceResourceCollection {
    CommerceResourceCollection^ get () override;
}
protected override function get CommerceResourceCollection () : CommerceResourceCollection

Property Value

Type: Microsoft.CommerceServer.Runtime.Configuration..::.CommerceResourceCollection
The CommerceResourceCollection for this site.

Remarks

Contains the current collection of Commerce Server resources configured for the site.

Permissions

See Also

Reference

CatalogWebService Class

CatalogWebService Members

Microsoft.CommerceServer.Catalog.WebService Namespace