Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a SyncSession object that contains synchronization session variables, such as the ID of the client that is synchronizing.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Session As SyncSession
Get
'Usage
Dim instance As ApplyChangeFailedEventArgs
Dim value As SyncSession
value = instance.Session
public SyncSession Session { get; }
public:
property SyncSession^ Session {
SyncSession^ get ();
}
member Session : SyncSession
function get Session () : SyncSession
Property Value
Type: Microsoft.Synchronization.Data.SyncSession
A SyncSession object that contains metadata about the current synchronization session.