SecurityPermissionAttribute.ControlThread Propriété

Définition

Obtient ou définit une valeur qui indique si l’autorisation de manipuler les threads est déclarée.

public:
 property bool ControlThread { bool get(); void set(bool value); };
public bool ControlThread { get; set; }
member this.ControlThread : bool with get, set
Public Property ControlThread As Boolean

Valeur de propriété

true si l’autorisation de manipuler les threads est déclarée ; sinon, false.

Remarques

Pour plus d’informations, consultez Thread.

S’applique à