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";
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The text label of a session.
Note
The title of the Home session cannot be changed.
const session = Microsoft.Apm.getFocusedSession();
session.title = "Testing";