[DefaultValueAttribute(false)]
public bool ParseRedundantASDUs { get; set; }
<DefaultValueAttribute(false)>
Public Property ParseRedundantASDUs As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool ParseRedundantASDUs {
bool get ();
void set (bool value);
}
function get_ParseRedundantASDUs();
function set_ParseRedundantASDUs(value);