isDefault (app profile manager)
Boolean value indicating whether a session is the Home session.
Example
const session = Microsoft.Apm.getFocusedSession();
console.log(session.isDefault);
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Boolean value indicating whether a session is the Home session.
const session = Microsoft.Apm.getFocusedSession();
console.log(session.isDefault);