isDefault (app profile manager)
Boolean value indicating whether a session is the Home session.
Example
const session = Microsoft.Apm.getFocusedSession();
console.log(session.isDefault);
Den här webbläsaren stöds inte längre.
Uppgradera till Microsoft Edge och dra nytta av de senaste funktionerna och säkerhetsuppdateringarna, samt teknisk support.
Boolean value indicating whether a session is the Home session.
const session = Microsoft.Apm.getFocusedSession();
console.log(session.isDefault);