SPWebPartManager.AuthorizationFilterEnabled property

Gets a flag that indicates whether an authorization filter is enabled in the current page.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property AuthorizationFilterEnabled As Boolean
    Get
'Usage
Dim instance As SPWebPartManager
Dim value As Boolean

value = instance.AuthorizationFilterEnabled
public bool AuthorizationFilterEnabled { get; }

Property value

Type: System.Boolean
true if an authorization filter is enabled in current page; otherwise, false.

See also

Reference

SPWebPartManager class

SPWebPartManager members

Microsoft.SharePoint.WebPartPages namespace