SyncKnowledge.Clone Method
Creates a new instance of this object, and copies the data from this object to the new object.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Overridable Function Clone As SyncKnowledge
'Usage
Dim instance As SyncKnowledge
Dim returnValue As SyncKnowledge
returnValue = instance.Clone
public virtual SyncKnowledge Clone ()
public:
virtual SyncKnowledge^ Clone ()
public SyncKnowledge Clone ()
public function Clone () : SyncKnowledge
Return Value
The newly created copy of this object.
See Also
Reference
SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace