Share via


MetadataObject.IsCached Property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property IsCached As Boolean
    Get
'Usage
Dim instance As MetadataObject
Dim value As Boolean

value = instance.IsCached
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
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