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.

See also

Reference

DataSource class

DataSource members

Microsoft.PerformancePoint.Scorecards namespace