Security.ReadGroupList method
Gets information about all security groups in Project Server.
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()
Return value
Type: WebSvcSecurity.SecurityGroupsDataSet
The names and GUIDs of all security groups.
Remarks
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to manage Project Server security. Global permission. |
|
Allows a user to manage Project Server users and groups. Global permission. |