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
'Declaration
Public Property SmartZoneIcrErrorLevel As ErrorLevel
'Usage
Dim instance As DebugOptions
Dim value As ErrorLevel
instance.SmartZoneIcrErrorLevel = value
value = instance.SmartZoneIcrErrorLevel
public ErrorLevel SmartZoneIcrErrorLevel {get; set;}
public:
property ErrorLevel SmartZoneIcrErrorLevel {
ErrorLevel get();
void set ( ErrorLevel value);
}
See Also