'Declaration
<DefaultValueAttribute(True)> Public Property DiscardOldest As Boolean
'Usage
Dim instance As UAMonitoringParameters Dim value As Boolean instance.DiscardOldest = value value = instance.DiscardOldest
[DefaultValue(true)] public bool DiscardOldest {get; set;}
[DefaultValue(true)] public: property bool DiscardOldest { bool get(); void set ( bool value); }