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
'Usage
Dim instance As ItemChangeSkippedEventArgs
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 stage in the synchronization session when the item change was skipped.

See Also

Reference

ItemChangeSkippedEventArgs Class
ItemChangeSkippedEventArgs Members
Microsoft.Synchronization Namespace