DbChangesSelectedEventArgs.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)
Syntax
'Declaration
Public ReadOnly Property Session As DbSyncSession
Get
'Usage
Dim instance As DbChangesSelectedEventArgs
Dim value As DbSyncSession
value = instance.Session
public DbSyncSession Session { get; }
public:
property DbSyncSession^ Session {
DbSyncSession^ get ();
}
member Session : DbSyncSession
function get Session () : DbSyncSession
Property Value
Type: Microsoft.Synchronization.Data.DbSyncSession
A DbSyncSession object that contains synchronization session variables.