DataSource.CacheExpiration Property
Gets the time that the cache expires, which is based on the MinutesToCache property.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property CacheExpiration As DateTime
Get
'Usage
Dim instance As DataSource
Dim value As DateTime
value = instance.CacheExpiration
public DateTime CacheExpiration { get; }
Property Value
Type: System.DateTime
The time that the cache expires.