This topic has not yet been rated - Rate this topic

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.

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)
<ToolboxBitmapAttribute(GetType(ReadProjectSecurityGroupMembers), "Resources.ReadProjectSecurityGroupMembers.bmp")> _
<PersistOnCloseAttribute> _
Public NotInheritable Class ReadProjectSecurityGroupMembers _
	Inherits Activity
Dim instance As ReadProjectSecurityGroupMembers
[ToolboxBitmapAttribute(typeof(ReadProjectSecurityGroupMembers), "Resources.ReadProjectSecurityGroupMembers.bmp")]
[PersistOnCloseAttribute]
public sealed class ReadProjectSecurityGroupMembers : Activity

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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.