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