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