Share via


Filter.CopyFrom method

Copies fields from an existing Filter object.

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

Syntax

'Declaration
Protected Sub CopyFrom ( _
    filter As Filter _
)
'Usage
Dim filter As Filter

Me.CopyFrom(filter)
protected void CopyFrom(
    Filter filter
)

Parameters

See also

Reference

Filter class

Filter members

Microsoft.Office.Project.Server.Library namespace