NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SecurityPermissionAttribute.ControlThread

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);

Property Value

True when permission to manipulate threads is being declared.

See Also

SecurityPermissionAttribute Class | SecurityPermissionAttribute Members | System.Security.Permissions Namespace