Freigeben über


ApplyingChangesEventArgs.Session-Eigenschaft

Ruft ein SyncSession-Objekt ab, das Variablen für die Synchronisierungssitzung enthält, beispielsweise die ID des Clients, der synchronisiert wird.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public ReadOnly Property Session As SyncSession
'Usage
Dim instance As ApplyingChangesEventArgs
Dim value As SyncSession

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

Eigenschaftenwert

Ein SyncSession-Objekt, das Variablen für die Synchronisierungssitzung enthält.

Siehe auch

Verweis

ApplyingChangesEventArgs-Klasse
ApplyingChangesEventArgs-Member
Microsoft.Synchronization.Data-Namespace