[DefaultValueAttribute(false)] public virtual bool Suppress { get; set; }
<DefaultValueAttribute(false)> Public Overridable Property Suppress As Boolean Get Set
public: [DefaultValueAttribute(false)] virtual property bool Suppress { bool get (); void set (bool value); }
© 2018 GitHub Community. All rights reserved.