SettingsDiagnosticsGroupEnabled Property  | 
 Enable or disable diagnostics.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.1.0
Syntaxpublic Nullable<bool> Enabled { get; set; }Public Property Enabled As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool> Enabled {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}Property Value
Type: 
NullableBoolean
See Also