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
key
Type: System.StringThe key of the setting to update.
value
Type: System.StringThe 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 Note |
---|
This operation requires farm-level administration or service administrator rights. |
See Also
Reference
BIMonitoringServiceApplicationProxy Class