DbSyncSession.SessionId Property
Gets the GUID that Sync Framework uses to identify the synchronization session.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property SessionId As Guid
'Usage
Dim instance As DbSyncSession
Dim value As Guid
value = instance.SessionId
public Guid SessionId { get; }
public:
property Guid SessionId {
Guid get ();
}
/** @property */
public Guid get_SessionId ()
public function get SessionId () : Guid
Property Value
A GUID that identifies the synchronization session.
See Also
Reference
DbSyncSession Class
DbSyncSession Members
Microsoft.Synchronization.Data Namespace