IBIMonitoringServiceApplicationProxy.GetSetting Method
Retrieves a configuration setting.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function GetSetting ( _
key As String _
) As Setting
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim key As String
Dim returnValue As Setting
returnValue = instance.GetSetting(key)
Setting GetSetting(
string key
)
Parameters
key
Type: System.StringThe key of the setting.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Setting
The setting, including current and default values.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface