Returns or sets whether this thread would like a priority boost if the user interacts with user interface associated with this thread.
[Visual Basic] Public Property PriorityBoostEnabled As Boolean [C#] public bool PriorityBoostEnabled {get; set;} [C++] public: __property bool get_PriorityBoostEnabled(); public: __property void set_PriorityBoostEnabled(bool); [JScript] public function get PriorityBoostEnabled() : Boolean; public function set PriorityBoostEnabled(Boolean);
ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace