ConfigurableObject.Clone method

Creates a clone of this ConfigurableObject instance.

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
A clone of the current instance.

See also

Reference

ConfigurableObject class

ConfigurableObject members

Microsoft.Exchange.Data namespace