IBIMonitoringServiceApplicationProxy.GetSettingValue Method

Retrieves the current value of a configuration setting.

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

Syntax

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

returnValue = instance.GetSettingValue(key)
string GetSettingValue(
    string key
)

Parameters

Return Value

Type: System.String
The current value of the setting.

See Also

Reference

IBIMonitoringServiceApplicationProxy Interface

IBIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace