Public Property BarcodeXpressErrorLevel As ErrorLevel
Dim instance As DebugOptions Dim value As ErrorLevel instance.BarcodeXpressErrorLevel = value value = instance.BarcodeXpressErrorLevel
public ErrorLevel BarcodeXpressErrorLevel {get; set;}
public: property ErrorLevel BarcodeXpressErrorLevel { ErrorLevel get(); void set ( ErrorLevel value); }