Share via


Filter.Eval method

Evaluates the filter properties by means of the logical operators or field operators.

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

Syntax

'Declaration
Public Function Eval ( _
    row As ICustomTypeDescriptor _
) As Boolean
'Usage
Dim instance As Filter
Dim row As ICustomTypeDescriptor
Dim returnValue As Boolean

returnValue = instance.Eval(row)
public bool Eval(
    ICustomTypeDescriptor row
)

Parameters

Return value

Type: System.Boolean

See also

Reference

Filter class

Filter members

Microsoft.Office.Project.Server.Library namespace