Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim instance As ChangesSelectedEventArgs
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
Property Value
A SyncSession object that contains synchronization session variables.
See Also
Reference
ChangesSelectedEventArgs Class
ChangesSelectedEventArgs Members
Microsoft.Synchronization.Data Namespace