'Declaration
<BrowsableAttribute(True)> <CategoryAttribute("Loupe")> <DescriptionAttribute("Specifies how many messages to buffer in the viewer. Set to zero for unlimited buffer size.")> <DefaultValueAttribute(10000)> Public Property MaxMessages As Integer
[Browsable(true)] [Category("Loupe")] [Description("Specifies how many messages to buffer in the viewer. Set to zero for unlimited buffer size.")] [DefaultValue(10000)] public int MaxMessages {get; set;}