Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the CommerceResourceCollection object containing site resources configured for the site.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property Resources As CommerceResourceCollection
'Usage
Dim instance As CommerceContext
Dim value As CommerceResourceCollection
value = instance.Resources
public CommerceResourceCollection Resources { get; }
public:
property CommerceResourceCollection^ Resources {
CommerceResourceCollection^ get ();
}
public function get Resources () : CommerceResourceCollection
Property Value
Type: Microsoft.CommerceServer.Runtime.Configuration..::.CommerceResourceCollection
The CommerceResourceCollection object configured for the site.
Remarks
Stores the CommerceResourceCollection which represents the collection of site resources for this site.
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.