DataCacheLocalCacheProperties.ObjectCount Property

 

Gets the maximum number of objects permitted in the local cache.

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

Syntax

public long ObjectCount { get; }
public:
property long long ObjectCount {
    long long get();
}
member ObjectCount : int64 with get
Public ReadOnly Property ObjectCount As Long

Property Value

Type: System.Int64

Returns Int64.

See Also

DataCacheLocalCacheProperties Class
Microsoft.ApplicationServer.Caching Namespace

Return to top