UsdConfigurationManager.IsUsdConfigDataReady Property
Gets a Boolean value that specifies whether the USD configuration data is ready or not.
Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)
Usage
'Usage
Dim instance As UsdConfigurationManager
Dim value As Boolean
value = instance.IsUsdConfigDataReady
Syntax
'Declaration
Public Property IsUsdConfigDataReady As Boolean
public bool IsUsdConfigDataReady { get; }
public:
virtual property bool IsUsdConfigDataReady {
bool get () sealed;
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public final boolean get_IsUsdConfigDataReady ()
CompilerGeneratedAttribute
public final function get IsUsdConfigDataReady () : boolean
Property Value
Type: Boolean
true if the configuration data 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
UsdConfigurationManager Class
UsdConfigurationManager Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.