Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'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
Property Value
The current stage of the synchronization session.
See Also
Reference
SyncStagedProgressEventArgs Class
SyncStagedProgressEventArgs Members
Microsoft.Synchronization Namespace