BIMonitoringServiceApplicationProxy.GetSettings method

Retrieves all configuration settings.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Function GetSettings As SettingCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim returnValue As SettingCollection

returnValue = instance.GetSettings()
public SettingCollection GetSettings()

Return value

Type: Microsoft.PerformancePoint.Scorecards.SettingCollection
All configuration settings, including current and default values.

Implements

IBIMonitoringServiceApplicationProxy.GetSettings()

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

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace