SessionStateChangedEventArgs::SessionState Property

Gets a SyncSessionState object that is used to define whether the session is currently synchronizing.

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

public:
property SyncSessionState SessionState {
	SyncSessionState get ();
}

Property Value

Type: Microsoft.Synchronization::SyncSessionState
A SyncSessionState object that is used to define whether the session is currently synchronizing.
Show: