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
Get
'Usage
Dim instance As DbSyncSession
Dim value As Guid
value = instance.SessionId
public Guid SessionId { get; }
public:
property Guid SessionId {
Guid get ();
}
member SessionId : Guid
function get SessionId () : Guid
Property Value
Type: System.Guid
A GUID that identifies the synchronization session.