AnchorException::Session Property

Gets or sets a SyncSession object that contains metadata about the current synchronization session.

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

public:
property SyncSession^ Session {
	SyncSession^ get ();
	void set (SyncSession^ value);
}

Property Value

Type: Microsoft.Synchronization.Data::SyncSession
A SyncSession object that contains metadata about the current synchronization session.
Show: