WebPartAuthorizationEventArgs.IsAuthorized Propiedad

Definición

Obtiene o establece el valor que indica si se puede agregar un control de elementos web a una página.

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 de propiedad

true si el control elementos web se puede agregar a la página; de lo contrario, false.

Se aplica a

Consulte también