Share via


CacheManagerBaseNode.CacheManagerData Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

Gets a CacheManagerDataBase configuration object from the nodes data.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property CacheManagerData As CacheManagerDataBase
public abstract CacheManagerDataBase CacheManagerData { get; }
public:
virtual property CacheManagerDataBase^ CacheManagerData {
    CacheManagerDataBase^ get () abstract;
}
public abstract function get CacheManagerData () : CacheManagerDataBase

Field Value

A CacheManagerDataBase configuration object from the nodes data.

See Also

CacheManagerBaseNode Class

Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design Namespace