Share via


MetadataObject.IsCached Property

Determines whether the metadata object is cached or not.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public ReadOnly Property IsCached As Boolean
    Get
'Usage
Dim instance As MetadataObject
Dim value As Boolean

value = instance.IsCached
public bool IsCached { get; }

Property Value

Type: System.Boolean
true if cached; otherwise, false.

See Also

Reference

MetadataObject Class

MetadataObject Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace