Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the field exists in a Filter object.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Protected Friend Property FilterField As Boolean
Get
Set
'Usage
Dim value As Boolean
value = Me.FilterField
Me.FilterField = value
protected internal bool FilterField { get; set; }
Property value
Type: System.Boolean