CommerceResourceCollection Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents the collection of site resources for a given site.
Namespace: Microsoft.CommerceServer.Runtime.Configuration
Assembly: Microsoft.CommerceServer.Shared (in Microsoft.CommerceServer.Shared.dll)
Syntax
'Declaration
Public NotInheritable Class CommerceResourceCollection _
Implements ICollection, IEnumerable
'Usage
Dim instance As CommerceResourceCollection
public sealed class CommerceResourceCollection : ICollection,
IEnumerable
public ref class CommerceResourceCollection sealed : ICollection,
IEnumerable
public final class CommerceResourceCollection implements ICollection, IEnumerable
Remarks
Manages a collection of site resources for the current site. The collection is filled when a CommerceResource object is created.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime.Configuration..::.CommerceResourceCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.