Security.ReadGroup method

Gets information about the specified security group.

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

Syntax

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

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

Parameters

  • groupUid
    Type: System.Guid

    The GUID of the security group.

Return value

Type: WebSvcSecurity.SecurityGroupsDataSet
Returns security group information including name, description, users that belong in the group, security categories that the group can access, and settings for global permissions.

Remarks

Project Server Permissions

Permission

Description

ManageUsersAndGroups

Allows a user to manage Project Server users and groups. Global permission.

See also

Reference

Security class

Security members

WebSvcSecurity namespace