SyncAgent::SessionState Property
Gets or sets a SyncSessionState object that is used to define whether the session is currently synchronizing.
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::SyncSessionStateA SyncSessionState object that is used to define whether the session is currently synchronizing.
Show: