DataSource.MinutesToCache Property
Gets or sets the time in minutes that requests for the data source are cached.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property MinutesToCache As Integer
Get
Set
'Usage
Dim instance As DataSource
Dim value As Integer
value = instance.MinutesToCache
instance.MinutesToCache = value
public int MinutesToCache { get; set; }
Property Value
Type: System.Int32
The time in minutes that requests for the data source are cached.