ReadProjectSecurityGroupMembers class

Office 2013 and later

The workflow activity that reads the members of the specified Project Server security group; optionally filtered by the department of the active project.

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.Office.Project.Server.Workflow.ReadProjectSecurityGroupMembers

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

No code example is currently available or this language may not be supported.

The ReadProjectSecurityGroupMembers activity sets the GroupMembersLoginNames property, which is a string array of security group member login names. If the DepartmentFilter property is true, the result is filtered by the department of the active project.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: