SecurityPermissionAttribute.ControlThread Proprietà

Definizione

Ottiene o imposta un valore che indica se è dichiarata l'autorizzazione per modificare thread.

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

Valore della proprietà

Boolean

true se l'autorizzazione per modificare thread è dichiarata; in caso contrario, false.

Commenti

Per altre informazioni, vedere Thread.

Si applica a