BIMonitoringServiceApplicationProxy.UpdateSettingValue method

Updates a configuration setting with the specifed value.

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

Syntax

'Declaration
Public Sub UpdateSettingValue ( _
    key As String, _
    value As String _
)
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim key As String
Dim value As String

instance.UpdateSettingValue(key, value)
public void UpdateSettingValue(
    string key,
    string value
)

Parameters

  • value
    Type: System.String

    The specified value, which adheres to any restrictions that apply to the setting.

Implements

IBIMonitoringServiceApplicationProxy.UpdateSettingValue(String, 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.

Security noteSecurity Note

This operation requires farm-level administration or service administrator rights.

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace