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 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
'Usage
Dim instance As SessionProgressEventArgs
Dim value As SyncStage
value = instance.SyncStage
public SyncStage SyncStage { get; }
public:
property SyncStage SyncStage {
SyncStage get ();
}
/** @property */
public SyncStage get_SyncStage ()
public function get SyncStage () : SyncStage
Property Value
A SyncStage enumeration value that represents the current stage of synchronization.
See Also
Reference
SessionProgressEventArgs Class
SessionProgressEventArgs Members
Microsoft.Synchronization Namespace