QueryProperties.Clone method
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public MustOverride Function Clone As Object
'Usage
Dim instance As QueryProperties
Dim returnValue As Object
returnValue = instance.Clone()
public abstract Object Clone()
Return value
Type: System.Object