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.