Share via


ReadProjectSecurityGroupMembers.DepartmentFilter Property

Gets or sets a value that indicates whether to filter the GroupMembersLoginNames property by department.

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property DepartmentFilter As Boolean
    Get
    Set
'Usage
Dim instance As ReadProjectSecurityGroupMembers
Dim value As Boolean

value = instance.DepartmentFilter

instance.DepartmentFilter = value
[BrowsableAttribute(true)]
public bool DepartmentFilter { get; set; }

Property Value

Type: System.Boolean

Remarks

A value of True specifies that the resulting GroupMembersLoginNames array is filtered by the department of the active project. In the Properties pane, the value of the DepartmentFilter property can be directly set to True or False. You can also set the value to a path in the workflow, such as Activity=MyWorkflow, Path=SomeBooleanValue.

See Also

Reference

ReadProjectSecurityGroupMembers Class

ReadProjectSecurityGroupMembers Members

Microsoft.Office.Project.Server.Workflow Namespace

DepartmentFilterProperty