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";
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
The text label of a session.
Note
The title of the Home session cannot be changed.
const session = Microsoft.Apm.getFocusedSession();
session.title = "Testing";