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