ConnectionSettings.CacheConfiguration Property

Definition

Gets or sets the pre-defined cache configuration in the configuration mode, only when the CacheMode property is set to Configuration.

public:
 property Microsoft::EnterpriseManagement::Common::CacheConfiguration CacheConfiguration { Microsoft::EnterpriseManagement::Common::CacheConfiguration get(); void set(Microsoft::EnterpriseManagement::Common::CacheConfiguration value); };
public Microsoft.EnterpriseManagement.Common.CacheConfiguration CacheConfiguration { get; set; }
member this.CacheConfiguration : Microsoft.EnterpriseManagement.Common.CacheConfiguration with get, set
Public Property CacheConfiguration As CacheConfiguration

Property Value

The pre-defined cache configuration in the configuration mode.

Remarks

This property is valid only in configuration cache mode and throws an exception in other modes.

Applies to