MetadataObject.IsCached Property
Indicates whether the object is cached.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Property IsCached As Boolean
Get
Set
'Usage
Dim instance As MetadataObject
Dim value As Boolean
value = instance.IsCached
instance.IsCached = value
public bool IsCached { get; set; }
Property Value
Type: System.Boolean
true if the object is cached; otherwise, false.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace