ICrmUtilityHostedControl.CrmReady Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean value that specifies if CRM server is ready.
public:
property bool CrmReady { bool get(); };
public bool CrmReady { get; }
member this.CrmReady : bool
Public ReadOnly Property CrmReady As Boolean
Property Value
true
if the CRM server is ready; otherwise, false
.