CameraHealthOverall Property |
The aggregated severity across all checks, taking the
highest-precedence severity among them. Precedence from highest to
lowest is Error, Unknown, Suboptimal, OK: a failing check is the
most important to surface, and a check whose outcome could not be
determined (Unknown) takes precedence over a Suboptimal one.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic CameraHealthOverallOption Overall { get; set; }Public Property Overall As CameraHealthOverallOption
Get
Set
public:
property CameraHealthOverallOption Overall {
CameraHealthOverallOption get ();
void set (CameraHealthOverallOption value);
}Property Value
Type:
CameraHealthOverallOption
See Also