IUsdConfiguraitonManager.IsUsdConfigDataReady 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.
Gets a Boolean value that specifies whether the Unified Service Desk configuration data is ready.
public:
property bool IsUsdConfigDataReady { bool get(); };
public bool IsUsdConfigDataReady { get; }
member this.IsUsdConfigDataReady : bool
Public ReadOnly Property IsUsdConfigDataReady As Boolean
Property Value
true
if the configuration data is ready; otherwise, false
.