Freigeben über


Security.ReadGlobalPermissions-Methode

Ruft Informationen über alle globalen Berechtigungen ab.

Namespace:  WebSvcSecurity
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadGlobalPermissions", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Security/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Security/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadGlobalPermissions As PermissionDataSet
'Usage
Dim instance As Security
Dim returnValue As PermissionDataSet

returnValue = instance.ReadGlobalPermissions()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadGlobalPermissions", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Security/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Security/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public PermissionDataSet ReadGlobalPermissions()

Rückgabewert

Typ: WebSvcSecurity.PermissionDataSet
Die Namen und GUIDs aller globalen Berechtigungen.

Hinweise

Project Server-Berechtigungen

Berechtigung

Beschreibung

LogOn

Ermöglicht einem Benutzer zur Anmeldung bei Project Server. Die globale Berechtigung.

Siehe auch

Referenz

Security Klasse

Security-Member

WebSvcSecurity-Namespace