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 or sets a value indicating whether caching is enabled or not.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property CacheEnabled As Boolean
'Usage
Dim instance As CacheConfiguration
Dim value As Boolean
value = instance.CacheEnabled
instance.CacheEnabled = value
public bool CacheEnabled { get; set; }
public:
property bool CacheEnabled {
bool get ();
void set (bool value);
}
public function get CacheEnabled () : boolean
public function set CacheEnabled (value : boolean)
Property Value
Type: System..::.Boolean
True to indicate the caching is enabled. False otherwise.
Remarks
This property represents an internal field which keeps a track of whether caching is enabled or not. It specifies whether or not a cache is used for the Catalog configuration.
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.