 | HardwareItemManagerStatusAreAllSubItemsAvailable Property |
Gets a value indicating if all sub-items are available.
Namespace:
LynceeTec.API.Hardware
Assembly:
LynceeTec.API.Hardware (in LynceeTec.API.Hardware.dll) Version: 9.2.6612.0 , built 2022-07-14 10:43:42 UTC
Syntaxpublic ExtendedBool AreAllSubItemsAvailable { get; }
public:
property ExtendedBool AreAllSubItemsAvailable {
ExtendedBool get ();
}
Return Value
Type:
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