'Declaration<BrowsableAttribute(True)> <ObsoleteAttribute("This property has been marked for deprecation.")> Public ReadOnly Property Performance As String
'UsageDim instance As BarcodeXpress Dim value As String value = instance.Performance
[Browsable(true)] [Obsolete("This property has been marked for deprecation.")] public string Performance {get;}
