WebPartAuthorizationEventArgs.IsAuthorized Propriedade

Definição

Obtém ou define o valor que indica se um controle de Web Parts pode ser adicionado a uma página.Gets or sets the value indicating whether a Web Parts control can be added to a page.

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

Valor da propriedade

Boolean

true Se o controle de Web Parts puder ser adicionado à página; caso contrário, false .true if the Web Parts control can be added to the page; otherwise, false.

Aplica-se a

Confira também