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.
Gets or sets whether the metadata object is cached.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsCached As Boolean
Get
Set
'Usage
Dim instance As MetadataObjectStruct
Dim value As Boolean
value = instance.IsCached
instance.IsCached = value
public bool IsCached { get; set; }
Property Value
Type: System.Boolean
true if the metadata object is cached; otherwise, false.