Share via


PmService.UpdateSettings Method (Microsoft.PerformancePoint.Scorecards.Server)

Updates the server settings. Only the value field can be updated.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub UpdateSettings ( _
    settings As SettingCollection _
)
'Usage
Dim instance As PmService
Dim settings As SettingCollection

instance.UpdateSettings(settings)
[WebMethodAttribute] 
public void UpdateSettings (
    SettingCollection settings
)

Parameters

  • settings
    The settings to update.

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace