Share via


DashboardItem.CacheOption Property (Microsoft.PerformancePoint.Scorecards)

The type of caching for this dashboard item.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property CacheOption As DashboardItemCache
'Usage
Dim instance As DashboardItem
Dim value As DashboardItemCache

value = instance.CacheOption

instance.CacheOption = value
[XmlAttributeAttribute] 
public DashboardItemCache CacheOption { get; set; }

See Also

Reference

DashboardItem Class
DashboardItem Members
Microsoft.PerformancePoint.Scorecards Namespace