Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the GUID that Synchronization Services 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 SyncSession
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.