isDefault (app profile manager)
Boolean value indicating whether a session is the Home session.
Example
const session = Microsoft.Apm.getFocusedSession();
console.log(session.isDefault);
Denne browser understøttes ikke længere.
Opgrader til Microsoft Edge for at drage fordel af de nyeste funktioner, sikkerhedsopdateringer og teknisk support.
Boolean value indicating whether a session is the Home session.
const session = Microsoft.Apm.getFocusedSession();
console.log(session.isDefault);