Entity.CacheUsage property

Gets or sets the cache usage.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property CacheUsage As CacheUsage
    Get
    Set
'Usage
Dim instance As Entity
Dim value As CacheUsage

value = instance.CacheUsage

instance.CacheUsage = value
public CacheUsage CacheUsage { get; set; }

Property value

Type: Microsoft.BusinessData.Runtime.CacheUsage
The cache usage.

See also

Reference

Entity class

Entity members

Microsoft.SharePoint.BusinessData.Administration namespace