ResourceFilter enumeration

Specifies the type of resource filter.

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

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
Public Enumeration ResourceFilter
'Usage
Dim instance As ResourceFilter
[CLSCompliantAttribute(true)]
public enum ResourceFilter

Members

Member name Description
AllResources Value = 0. No filter.
UsersOnly Value = 1. Filters allows users only.
ActiveUsersOnly Obsolete. Value = 2. Filters allows active users only.

See also

Reference

Microsoft.Office.Project.Server.Library namespace