Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an indicator to the cache.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub AddIndicator ( _
indicator As Indicator _
)
'Usage
Dim instance As RemoteGlobalCache
Dim indicator As Indicator
instance.AddIndicator(indicator)
public void AddIndicator(
Indicator indicator
)
Parameters
indicator
Type: IndicatorThe indicator to add.