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 collection of CommerceServer resources configured for the site.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Resources As CommerceResourceCollection
'Usage
Dim value As CommerceResourceCollection
value = CommerceApplicationModule.Resources
public static CommerceResourceCollection Resources { get; }
public:
static property CommerceResourceCollection^ Resources {
CommerceResourceCollection^ get ();
}
public static function get Resources () : CommerceResourceCollection
Property Value
Type: Microsoft.CommerceServer.Runtime.Configuration..::.CommerceResourceCollection
The CommerceResourceCollection of CommerceServer resources for the site
Remarks
The returned CommerceResourceCollection is the collection of resources configured for the 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.
See Also
Reference
CommerceApplicationModule Class