'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the auto refresh interval")> <System.ComponentModel.DefaultValueAttribute(300)> Public Property RefreshInterval As System.Integer
'Usage
Dim instance As NPropertyBrowser Dim value As System.Integer instance.RefreshInterval = value value = instance.RefreshInterval
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the auto refresh interval")] [System.ComponentModel.DefaultValue(300)] public System.int RefreshInterval {get; set;}