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 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
'Usage
Dim instance As SyncSession
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
SyncSession Class
SyncSession Members
Microsoft.Synchronization.Data Namespace