CommerceContext.Resources Property (BCL)
The Resources property is the read-only CommerceResourceCollection object configured for the site.
Definition
[Visual Basic .NET]
Public ReadOnly Property Resources As CommerceResourceCollection
[C#]
public CommerceResourceCollection Resources{get;}
Property Value
The CommerceResourceCollection object configured for the site.
Requirements
Namespace: Microsoft.CommerceServer.Runtime
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
See Also
Code to read a resource collection and display its contents
Copyright © 2005 Microsoft Corporation.
All rights reserved.