MetadataObject.IsCached property

Indicates whether the object is cached.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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

MetadataObject class

MetadataObject members

Microsoft.SharePoint.BusinessData.Administration namespace