ICrmUtilityHostedControl.CrmReady Property
Gets a Boolean value that specifies if CRM server is ready.
Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)
Usage
'Usage
Dim instance As ICrmUtilityHostedControl
Dim value As Boolean
value = instance.CrmReady
Syntax
'Declaration
ReadOnly Property CrmReady As Boolean
bool CrmReady { get; }
property bool CrmReady {
bool get ();
}
/** @property */
boolean get_CrmReady ()
function get CrmReady () : boolean
Property Value
Type: Boolean
true if the CRM server is ready; 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
ICrmUtilityHostedControl Interface
ICrmUtilityHostedControl Members
Microsoft.Crm.UnifiedServiceDesk.BaseControl Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.