Share via


ApplyFiltersWebPart.AllowPersonalizeChoices Property

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property AllowPersonalizeChoices As Boolean
    Get
    Set
'Usage
Dim instance As ApplyFiltersWebPart
Dim value As Boolean

value = instance.AllowPersonalizeChoices

instance.AllowPersonalizeChoices = value
[WebBrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool AllowPersonalizeChoices { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

ApplyFiltersWebPart Class

ApplyFiltersWebPart Members

Microsoft.SharePoint.Portal.WebControls Namespace