AuthenticationService.Connected Property
Gets a Boolean value that specifies whether a successful connection to the CRM server is established.
Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)
Usage
'Usage
Dim instance As AuthenticationService
Dim value As Boolean
value = instance.Connected
Syntax
'Declaration
Public ReadOnly Property Connected As Boolean
public bool Connected { get; }
public:
property bool Connected {
bool get ();
}
/** @property */
public boolean get_Connected ()
public function get Connected () : boolean
Property Value
Type: Boolean
True if the connection is established, otherwise false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
AuthenticationService Class
AuthenticationService Members
Microsoft.Uii.AifServices Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.