BIMonitoringServiceApplicationProxy.GetSetting Method

Retrieves a configuration setting.

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

Syntax

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

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

Parameters

Return Value

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

Implements

IBIMonitoringServiceApplicationProxy.GetSetting(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