ServerConnectStatusEventArgs.MultiOrgsFound Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true, there were multiple organizations found, the user will need to select the correct org and re logon.
public:
property bool MultiOrgsFound { bool get(); };
public bool MultiOrgsFound { get; }
member this.MultiOrgsFound : bool
Public ReadOnly Property MultiOrgsFound As Boolean