Accusoft.Forms1 - Updated
Enabled Property



Accusoft.Forms Namespace > DebugOptions Class : Enabled Property
Gets or sets a value indicating whether debug logging for the components used in the processor is enabled.
Syntax
Public Property Enabled As Boolean
Dim instance As DebugOptions
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
public bool Enabled {get; set;}
public:
property bool Enabled {
   bool get();
   void set (    bool value);
}
See Also

Reference

DebugOptions Class
DebugOptions Members