isDefault (app profile manager)
Boolean value indicating whether a session is the Home session.
Example
const session = Microsoft.Apm.getFocusedSession();
console.log(session.isDefault);
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Boolean value indicating whether a session is the Home session.
const session = Microsoft.Apm.getFocusedSession();
console.log(session.isDefault);