ServerConnectStatusEventArgs.Connected Property
Applies To: Dynamics CRM 2015
if true, connected to CRM, else not connected to CRM
Namespace: Microsoft.Xrm.Tooling.CrmConnectControl
Assembly: Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)
Syntax
public bool Connected { get; private set; }
public:
property bool Connected {
bool get();
private: void set(bool value);
}
member Connected : bool with get, private set
Public Property Connected 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