Compartilhar via


ConnectionSettings.CacheConfiguration Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ConnectionSettings
Dim value As CacheConfiguration

value = instance.CacheConfiguration

instance.CacheConfiguration = value

Syntax

'Declaration
Public Property CacheConfiguration As CacheConfiguration
public CacheConfiguration CacheConfiguration { get; set; }
public:
property CacheConfiguration CacheConfiguration {
    CacheConfiguration get ();
    void set (CacheConfiguration value);
}
/** @property */
public CacheConfiguration get_CacheConfiguration ()

/** @property */
public void set_CacheConfiguration (CacheConfiguration value)
public function get CacheConfiguration () : CacheConfiguration

public function set CacheConfiguration (value : 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ConnectionSettings Class
ConnectionSettings Members
Microsoft.EnterpriseManagement.Common Namespace