AuthenticationService.Connected Property

Definition

Gets a Boolean value that specifies whether a successful connection to the CRM server is established.

public:
 property bool Connected { bool get(); };
public bool Connected { get; }
member this.Connected : bool
Public ReadOnly Property Connected As Boolean

Property Value

True if the connection is established, otherwise false.

Applies to