Share via


ItemChangeSkippedEventArgs.Stage Property

Gets the stage in the synchronization session when the item change was skipped.

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

Syntax

'Declaration
Public ReadOnly Property Stage As SessionProgressStage
    Get
'Usage
Dim instance As ItemChangeSkippedEventArgs
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 stage in the synchronization session when the item change was skipped.

See Also

Reference

ItemChangeSkippedEventArgs Class

Microsoft.Synchronization Namespace