ReadProjectSecurityGroupMembers class

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

Inheritance hierarchy

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)

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(ReadProjectSecurityGroupMembers), "Resources.ReadProjectSecurityGroupMembers.bmp")> _
<PersistOnCloseAttribute> _
Public NotInheritable Class ReadProjectSecurityGroupMembers _
    Inherits Activity
'Usage
Dim instance As ReadProjectSecurityGroupMembers
[ToolboxBitmapAttribute(typeof(ReadProjectSecurityGroupMembers), "Resources.ReadProjectSecurityGroupMembers.bmp")]
[PersistOnCloseAttribute]
public sealed class ReadProjectSecurityGroupMembers : Activity

Remarks

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.

Thread safety

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

See also

Reference

ReadProjectSecurityGroupMembers members

Microsoft.Office.Project.Server.Workflow namespace