BIMonitoringServiceApplicationProxy.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
Public Function GetSettingValue ( _
key As String _
) As String
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim key As String
Dim returnValue As String
returnValue = instance.GetSettingValue(key)
public string GetSettingValue(
string key
)
Parameters
key
Type: System.StringThe key of the setting.
Return Value
Type: System.String
The current value of the setting.
Implements
IBIMonitoringServiceApplicationProxy.GetSettingValue(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.
See Also
Reference
BIMonitoringServiceApplicationProxy Class