ServerConnectStatusEventArgs.MultiOrgsFound Property
Applies To: Dynamics CRM 2015
If true, there were multiple organizations found, the user will need to select the correct org and re logon.
Namespace: Microsoft.Xrm.Tooling.CrmConnectControl
Assembly: Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)
Syntax
public bool MultiOrgsFound { get; private set; }
public:
property bool MultiOrgsFound {
bool get();
private: void set(bool value);
}
member MultiOrgsFound : bool with get, private set
Public Property MultiOrgsFound As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
See Also
ServerConnectStatusEventArgs Class
Microsoft.Xrm.Tooling.CrmConnectControl Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright