WebPartAuthorizationEventArgs::AuthorizationFilter Property

 

Gets the string value assigned to the AuthorizationFilter property of a WebPart control, used for authorizing whether a control can be added to a page.

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

public:
property String^ AuthorizationFilter {
	String^ get();
}

Property Value

Type: System::String^

A String used in determining whether a control is authorized to be added to a page.

.NET Framework
Available since 2.0
Return to top
Show: