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.
Gets the SyncStage enumeration value that represents the current stage of synchronization.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property SyncStage As SyncStage
Get
'Usage
Dim instance As SessionProgressEventArgs
Dim value As SyncStage
value = instance.SyncStage
public SyncStage SyncStage { get; }
public:
property SyncStage SyncStage {
SyncStage get ();
}
member SyncStage : SyncStage
function get SyncStage () : SyncStage
Property Value
Type: Microsoft.Synchronization.SyncStage
A SyncStage enumeration value that represents the current stage of synchronization.