EntityStruct.CacheUsage Property
Gets or sets the cache usage.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CacheUsage As CacheUsage
Get
Set
'Usage
Dim instance As EntityStruct
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.