Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new ForgottenKnowledge object and copies the forgotten knowledge into it.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Overrides Function Clone As SyncKnowledge
'Usage
Dim instance As ForgottenKnowledge
Dim returnValue As SyncKnowledge
returnValue = instance.Clone
public override SyncKnowledge Clone ()
public:
virtual SyncKnowledge^ Clone () override
public SyncKnowledge Clone ()
public override function Clone () : SyncKnowledge
Return Value
The newly created ForgottenKnowledge object that contains the copied data.
See Also
Reference
ForgottenKnowledge Class
ForgottenKnowledge Members
Microsoft.Synchronization Namespace