Resources Property

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

See Also

Reference

CommerceContext Class

CommerceContext Members

Microsoft.CommerceServer.Runtime Namespace