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
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.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface