Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Clones the ID format schema 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 SyncIdFormatGroup
Dim returnValue As Object
returnValue = instance.Clone()
public Object Clone()
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object
override Clone : unit -> Object
public final function Clone() : Object
Return Value
Type: System.Object
The newly cloned ID format schema object.