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 all configuration settings.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function GetSettings As SettingCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim returnValue As SettingCollection
returnValue = instance.GetSettings()
SettingCollection GetSettings()
Return Value
Type: Microsoft.PerformancePoint.Scorecards.SettingCollection
All configuration settings, including current and default values.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface