Share via


Resources Property

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

See Also

Reference

CommerceApplicationModule Class

CommerceApplicationModule Members

Microsoft.CommerceServer.Runtime Namespace