Share via


IUsdConfiguraitonManager.IsUsdConfigDataReady Property

Gets a Boolean value that specifies whether the Unified Service Desk configuration data is ready.

Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)

Usage

'Usage
Dim instance As IUsdConfiguraitonManager
Dim value As Boolean

value = instance.IsUsdConfigDataReady

Syntax

'Declaration
ReadOnly Property IsUsdConfigDataReady As Boolean
bool IsUsdConfigDataReady { get; }
property bool IsUsdConfigDataReady {
    bool get ();
}
/** @property */
boolean get_IsUsdConfigDataReady ()
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

IUsdConfiguraitonManager Interface
IUsdConfiguraitonManager Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.