SecurityPermissionAttribute.ControlThread Propriedade
Definição
Obtém ou define um valor que indica se a permissão para manipular threads é declarada.Gets or sets a value indicating whether permission to manipulate threads is declared.
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
Valor da propriedade
true se a permissão para manipular threads for declarada; caso contrário, false .true if permission to manipulate threads is declared; otherwise, false.
Comentários
Para obter mais informações, consulte Thread.For more information, see Thread.