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
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