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";
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
The text label of a session.
Note
The title of the Home session cannot be changed.
const session = Microsoft.Apm.getFocusedSession();
session.title = "Testing";