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