CrmServiceClient.IsReady Property
Applies To: Dynamics CRM 2015
Gets the service connection status. If true, the service is ready to accept requests.
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public bool IsReady { get; private set; }
public:
property bool IsReady {
bool get();
private: void set(bool value);
}
member IsReady : bool with get, private set
Public Property IsReady As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
See Also
CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright