Share via


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
'Usage
Dim instance As DbChangesSelectedEventArgs
Dim value As DbSyncSession

value = instance.Session
public DbSyncSession Session { get; }
public:
property DbSyncSession^ Session {
    DbSyncSession^ get ();
}
/** @property */
public DbSyncSession get_Session ()
public function get Session () : DbSyncSession

Property Value

A DbSyncSession object that contains synchronization session variables.

See Also

Reference

DbChangesSelectedEventArgs Class
DbChangesSelectedEventArgs Members
Microsoft.Synchronization.Data Namespace