SyncAgent::SessionState Property

Gets or sets 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 ();
	private: void set (SyncSessionState value);
}

Property Value

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