Share via


Filter.ICloneable.Clone method

The clone of the current Filter object.

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

Syntax

'Declaration
Private Function Clone As Object Implements ICloneable.Clone
'Usage
Dim instance As Filter
Dim returnValue As Object

returnValue = CType(instance, ICloneable).Clone()
ObjectICloneable.Clone()

Return value

Type: System.Object

Implements

ICloneable.Clone()

See also

Reference

Filter class

Filter members

Microsoft.Office.Project.Server.Library namespace