Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |