GridViewData.CacheExpiration property

Gets or sets the timestamp for when this object becomes invalid.

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

Syntax

'Declaration
Public Property CacheExpiration As DateTime
    Get
    Set
'Usage
Dim instance As GridViewData
Dim value As DateTime

value = instance.CacheExpiration

instance.CacheExpiration = value
public DateTime CacheExpiration { get; set; }

Property value

Type: System.DateTime
The timestamp for when this object becomes invalid.

See also

Reference

GridViewData class

GridViewData members

Microsoft.PerformancePoint.Scorecards namespace