protected bool CanSuspendNotifications { get; set; }Protected Property CanSuspendNotifications As Boolean
Get
Setprotected:
property bool CanSuspendNotifications {
bool get ();
void set (bool value);
}member CanSuspendNotifications : bool with get, set