DbSelectingChangesEventArgs::Session Property

Gets a DbSyncSession object that contains synchronization session variables, such as the ID of the peer that is synchronizing.

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

public:
property DbSyncSession^ Session {
	DbSyncSession^ get ();
}

Property Value

Type: Microsoft.Synchronization.Data::DbSyncSession
A DbSyncSession object that contains synchronization session variables.
Show: