Share via


MetadataObject.IsCached Property

Indicates whether this metadata object is cached or not.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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 cached; otherwise, false.

Remarks

If false, the Business Data Catalog does not cache the metadata object in memory.

See Also

Reference

MetadataObject Class

MetadataObject Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace