Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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