IBIMonitoringServiceApplicationProxy.GetSettingValue method
Retrieves the current value of a configuration setting.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function GetSettingValue ( _
key As String _
) As String
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim key As String
Dim returnValue As String
returnValue = instance.GetSettingValue(key)
string GetSettingValue(
string key
)
Parameters
key
Type: System.StringThe key of the setting.
Return value
Type: System.String
The current value of the setting.
See also
Reference
IBIMonitoringServiceApplicationProxy interface