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)
Syntax
'Declaration
Public Property SessionState As SyncSessionState
Get
Private Set
'Usage
Dim instance As SyncAgent
Dim value As SyncSessionState
value = instance.SessionState
public SyncSessionState SessionState { get; private set; }
public:
property SyncSessionState SessionState {
SyncSessionState get ();
private: void set (SyncSessionState value);
}
member SessionState : SyncSessionState with get, private set
function get SessionState () : SyncSessionState
private function set SessionState (value : SyncSessionState)
Property Value
Type: Microsoft.Synchronization.SyncSessionState
A SyncSessionState object that is used to define whether the session is currently synchronizing.