SyncSession::SessionId Property

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)

public:
property Guid SessionId {
	Guid get ();
}

Property Value

Type: System::Guid
A GUID that identifies the synchronization session.
Show: