public bool ShowCloseWithoutValidation { get; set; }
Public Property ShowCloseWithoutValidation As Boolean
Get
Set
public:
property bool ShowCloseWithoutValidation {
bool get ();
void set (bool value);
}
member ShowCloseWithoutValidation : bool with get, set