Share via


IPSWorkflowService.ReadProjectSecurityGroupMembers Method

Returns a list of the user account names that are associated with the specified security group.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Function ReadProjectSecurityGroupMembers ( _
    workflowContext As ProjectWorkflowContext, _
    securityGroupUid As Guid, _
    filterByDepartment As Boolean _
) As String()
'Usage
Dim instance As IPSWorkflowService
Dim workflowContext As ProjectWorkflowContext
Dim securityGroupUid As Guid
Dim filterByDepartment As Boolean
Dim returnValue As String()

returnValue = instance.ReadProjectSecurityGroupMembers(workflowContext, _
    securityGroupUid, filterByDepartment)
string[] ReadProjectSecurityGroupMembers(
    ProjectWorkflowContext workflowContext,
    Guid securityGroupUid,
    bool filterByDepartment
)

Parameters

  • securityGroupUid
    Type: System.Guid
    The GUID of the security group.
  • filterByDepartment
    Type: System.Boolean
    True if group members are filtered by the department of the active project; otherwise, false.

Return Value

Type: []
An array of user names for members of the specified group.

See Also

Reference

IPSWorkflowService Interface

IPSWorkflowService Members

Microsoft.Office.Project.Server.Library Namespace