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