Share via


MetadataObject.IsCached Property

NOTE: This API is now obsolete.

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

value = instance.IsCached

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