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.

See also

Reference

DataSource class

DataSource members

Microsoft.PerformancePoint.Scorecards namespace