MetadataObjectStruct.IsCached property

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.

See also

Reference

MetadataObjectStruct class

MetadataObjectStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace