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