Share via


PmService.UpdateSettings Method (Microsoft.PerformancePoint.Scorecards)

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/UpdateSettings", RequestNamespace:="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace:="https://www.microsoft.com/performancepoint/scorecards", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Sub UpdateSettings ( _
    settings As SettingCollection _
)
'Usage
Dim instance As PmService
Dim settings As SettingCollection

instance.UpdateSettings(settings)
[SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/UpdateSettings", RequestNamespace="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace="https://www.microsoft.com/performancepoint/scorecards", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public void UpdateSettings (
    SettingCollection settings
)

Parameters

  • settings

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace