SPDistributedCacheUsageEntry.DistributedCacheObjectsRequested property

Namespace:  Microsoft.SharePoint.DistributedCaching.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property DistributedCacheObjectsRequested As Long
    Get
    Set
'Usage
Dim instance As SPDistributedCacheUsageEntry
Dim value As Long

value = instance.DistributedCacheObjectsRequested

instance.DistributedCacheObjectsRequested = value
public long DistributedCacheObjectsRequested { get; set; }

Property value

Type: System.Int64

See also

Reference

SPDistributedCacheUsageEntry class

SPDistributedCacheUsageEntry members

Microsoft.SharePoint.DistributedCaching.Utilities namespace