 | HardwareItemManagerStatusAreAllSubItemsAvailable Property |
Gets a value indicating if all sub-items are available.
Namespace: LynceeTec.API.HardwareAssembly: LynceeTec.API.Hardware (in LynceeTec.API.Hardware.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:35 UTC
Syntaxpublic ExtendedBool AreAllSubItemsAvailable { get; }
public:
property ExtendedBool AreAllSubItemsAvailable {
ExtendedBool get ();
}
Return Value
ExtendedBoolExtendedBool.True if all sub-items are available,
ExtendedBool.Unknown if at least one sub-item availability is unknown,
and ,
ExtendedBool.False if sub-items availability is known for all, but at least one is false.
See Also