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)
Available in Sandboxed Solutions: No

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