Udostępnij za pośrednictwem


DbSyncSessionProgressEventArgs.Session Property

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

This property is not CLS-compliant.  

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 DbSyncSessionProgressEventArgs
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 metadata about the current synchronization session.

See Also

Reference

DbSyncSessionProgressEventArgs Class
DbSyncSessionProgressEventArgs Members
Microsoft.Synchronization.Data Namespace