GridViewData.Cached property

Gets or sets a Boolean value that indicates whether this object was retrieved from the cache.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property Cached As Boolean
    Get
    Set
'Usage
Dim instance As GridViewData
Dim value As Boolean

value = instance.Cached

instance.Cached = value
public bool Cached { get; set; }

Property value

Type: System.Boolean
true if this object was retrieved from a caching mechanism; otherwise, false.

See also

Reference

GridViewData class

GridViewData members

Microsoft.PerformancePoint.Scorecards namespace