Gets or sets a value indicating the level of detail that will be written to the debug log file for any SmartZoneIcr component created by the
Processor.
Syntax
public ErrorLevel SmartZoneIcrErrorLevel {get; set;}
public: __property ErrorLevel get_SmartZoneIcrErrorLevel();
public: __property void set_SmartZoneIcrErrorLevel(
ErrorLevel value
);
'Declaration
Public Property SmartZoneIcrErrorLevel As ErrorLevel
'Usage
Dim instance As DebugOptions
Dim value As ErrorLevel
instance.SmartZoneIcrErrorLevel = value
value = instance.SmartZoneIcrErrorLevel
See Also