IBIMonitoringServiceApplicationProxy.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
Sub UpdateSettingValue ( _
    key As String, _
    value As String _
)
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim key As String
Dim value As String

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

Parameters

  • value
    Type: System.String

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

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace