ConfigurableObject.Clone Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Overridable Function Clone As Object
'Usage
Dim instance As ConfigurableObject
Dim returnValue As Object
returnValue = instance.Clone()
public virtual Object Clone()
Return Value
Type: System.Object
Returns Object.
Implements
See Also