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