Security.ReadGroupList Method
Gets information about all security groups in Project Server.
Namespace: WebSvcSecurity
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Security/ReadGroupList", RequestNamespace := "http://schemas.microsoft.com/office/project/server/webservices/Security/", _
ResponseNamespace := "http://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("http://schemas.microsoft.com/office/project/server/webservices/Security/ReadGroupList", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Security/",
ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Security/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public SecurityGroupsDataSet ReadGroupList()
Return Value
Type: WebSvcSecurity.SecurityGroupsDataSet
Names and GUIDs of all security groups.
Remarks
Project Server Permissions
Permission |
Description |
---|---|
Manage Project Server security. Global permission. |
|
Manage Project Server users and groups. Global permission. |