Filter.FieldBase.Clone Method
Creates a copy of the current field.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Function Clone As Filter.FieldBase
'Usage
Dim instance As Filter.FieldBase
Dim returnValue As Filter.FieldBase
returnValue = instance.Clone()
public Filter.FieldBase Clone()
Return Value
Type: Microsoft.Office.Project.Server.Library.Filter.FieldBase