SPWebApplication.MaxUniquePermScopesPerList property

Gets or sets the maximum unique scopes that a list can have.

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

Syntax

'Declaration
Public Property MaxUniquePermScopesPerList As UInteger
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As UInteger

value = instance.MaxUniquePermScopesPerList

instance.MaxUniquePermScopesPerList = value
public uint MaxUniquePermScopesPerList { get; set; }

Property value

Type: System.UInt32
UInt32
The maximum unique scopes.

Exceptions

Exception Condition
SecurityException

The current user is not a farm administrator.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace