Udostępnij za pośrednictwem


SyncIdFormat.Clone Method

Clones the ID format and returns a new object that is in the same state as the current one.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public Function Clone As Object
'Usage
Dim instance As SyncIdFormat
Dim returnValue As Object

returnValue = instance.Clone
public Object Clone ()
public:
virtual Object^ Clone () sealed
public final Object Clone ()
public final function Clone () : Object

Return Value

The newly cloned ID format object.

See Also

Reference

SyncIdFormat Class
SyncIdFormat Members
Microsoft.Synchronization Namespace