FocusSession.Id Property

Definition

Gets a platform-assigned unique identifier for a focus session.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = focusSession.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

The unique identifier for a focus session.

Applies to