Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace