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