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 current stage of the synchronization session.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property Stage As SessionProgressStage
Get
'Usage
Dim instance As SyncStagedProgressEventArgs
Dim value As SessionProgressStage
value = instance.Stage
public SessionProgressStage Stage { get; }
public:
property SessionProgressStage Stage {
SessionProgressStage get ();
}
member Stage : SessionProgressStage
function get Stage () : SessionProgressStage
Property Value
Type: Microsoft.Synchronization.SessionProgressStage
The current stage of the synchronization session.