title (app profile manager session)
The text label of a session.
Note
The title of the Home session cannot be changed.
Example
const session = Microsoft.Apm.getFocusedSession();
session.title = "Testing";
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
The text label of a session.
Note
The title of the Home session cannot be changed.
const session = Microsoft.Apm.getFocusedSession();
session.title = "Testing";