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