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