WebPartAuthorizationEventArgs.AuthorizationFilter Property

Definition

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.

public:
 property System::String ^ AuthorizationFilter { System::String ^ get(); };
public string AuthorizationFilter { get; }
member this.AuthorizationFilter : string
Public ReadOnly Property AuthorizationFilter As String

Property Value

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

Applies to

See also