WebPartAuthorizationEventArgs.IsAuthorized 屬性

定義

取得或設定值,指出 Web 組件控制項是否可以加入至頁面。

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

屬性值

如果 Web 組件控制項可以加入至頁面,則為 true,否則為 false

適用於

另請參閱