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
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.