Retrieves or assigns a value indicating whether or not permission to manipulate threads is declared.
[Visual Basic] Public Property ControlThread As Boolean [C#] public bool ControlThread {get; set;} [C++] public: __property bool get_ControlThread(); public: __property void set_ControlThread(bool); [JScript] public function get ControlThread() : Boolean; public function set ControlThread(Boolean);
True when permission to manipulate threads is being declared.
SecurityPermissionAttribute Class | SecurityPermissionAttribute Members | System.Security.Permissions Namespace