DataCacheLocalCacheProperties.IsEnabled Property

 

Gets a Boolean value indicating whether local cache is enabled for the cache client.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Syntax

public bool IsEnabled { get; }
public:
property bool IsEnabled {
    bool get();
}
member IsEnabled : bool with get
Public ReadOnly Property IsEnabled As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

DataCacheLocalCacheProperties Class
Microsoft.ApplicationServer.Caching Namespace

Return to top