PmService.IsUserInServerRole 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/IsUserInServerRole", RequestNamespace:="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace:="https://www.microsoft.com/performancepoint/scorecards", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function IsUserInServerRole ( _
    serverRole As String _
) As Boolean
'Usage
Dim instance As PmService
Dim serverRole As String
Dim returnValue As Boolean

returnValue = instance.IsUserInServerRole(serverRole)
[SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/IsUserInServerRole", RequestNamespace="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace="https://www.microsoft.com/performancepoint/scorecards", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public bool IsUserInServerRole (
    string serverRole
)

Parameters

  • serverRole

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace