CrmInitCompleteEventArgs.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.
Contains a Boolean value that specifies if the CRM interface is ready.
public:
property bool CrmReady { bool get(); void set(bool value); };
public bool CrmReady { get; set; }
member this.CrmReady : bool with get, set
Public Property CrmReady As Boolean
Property Value
true
if the CRM interface is ready; otherwise, false
.