BIMonitoringServiceApplicationProxy.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
Public Function GetSettingValue ( _
    key As String _
) As String
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim key As String
Dim returnValue As String

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

Parameters

Return value

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

Implements

IBIMonitoringServiceApplicationProxy.GetSettingValue(String)

Remarks

For more information about configuration settings, see the documentation for the Setting complex type in the [MS-PPSAPP]: PerformancePoint Services Application Server Protocol Specification.

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace