Freigeben über


Security.ReadProjectCategoryPermissionsAll-Methode

Liest alle Kategorien Projektinformationen für Web-Sicherheitsberechtigungen.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadProjectCategoryPermissionsAll", 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 ReadProjectCategoryPermissionsAll As PermissionDataSet
'Usage
Dim instance As Security
Dim returnValue As PermissionDataSet

returnValue = instance.ReadProjectCategoryPermissionsAll()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadProjectCategoryPermissionsAll", 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 ReadProjectCategoryPermissionsAll()

Rückgabewert

Typ: WebSvcSecurity.PermissionDataSet

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