IBIMonitoringServiceApplicationProxy.GetSetting method

Retrieves a configuration setting.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Function GetSetting ( _
    key As String _
) As Setting
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim key As String
Dim returnValue As Setting

returnValue = instance.GetSetting(key)
Setting GetSetting(
    string key
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.Setting
The setting, including current and default values.

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace