Freigeben über


Security.ReadGroupList-Methode

Ruft Informationen zu allen Sicherheitsgruppen in Project Server ab.

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

Syntax

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

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

Rückgabewert

Typ: WebSvcSecurity.SecurityGroupsDataSet
Die Namen und GUIDs aller-Sicherheitsgruppen.

Hinweise

Project Server-Berechtigungen

Berechtigung

Beschreibung

ManageSecurity

Ermöglicht einem Benutzer das Verwalten von Project Server-Sicherheit. Die globale Berechtigung.

ManageUsersAndGroups

Ermöglicht einem Benutzer das Verwalten von Project Server-Benutzer und Gruppen. Die globale Berechtigung.

Siehe auch

Referenz

Security Klasse

Security-Member

WebSvcSecurity-Namespace