Freigeben über


SyncStagedProgressEventArgs.Stage-Eigenschaft

Ruft die aktuelle Stufe der Synchronisierungssitzung ab.

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

Syntax

'Declaration
Public ReadOnly Property Stage As SessionProgressStage
'Usage
Dim instance As SyncStagedProgressEventArgs
Dim value As SessionProgressStage

value = instance.Stage
public SessionProgressStage Stage { get; }
public:
property SessionProgressStage Stage {
    SessionProgressStage get ();
}
/** @property */
public SessionProgressStage get_Stage ()
public function get Stage () : SessionProgressStage

Eigenschaftenwert

Die aktuelle Stufe der Synchronisierungssitzung.

Siehe auch

Verweis

SyncStagedProgressEventArgs-Klasse
SyncStagedProgressEventArgs-Member
Microsoft.Synchronization-Namespace