WebPartAuthorizationEventArgs::IsAuthorized Property

 

Gets or sets the value indicating whether a Web Parts control can be added to a page.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
property bool IsAuthorized {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the Web Parts control can be added to the page; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: