SPWebApplication.MaxUniquePermScopesPerList-Eigenschaft
Ruft ab oder legt die maximale eindeutige Bereiche, die eine Liste aufweisen können.
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; }
Eigenschaftswert
Typ: System.UInt32
UInt32
Die maximale Anzahl eindeutiger Bereiche.
Ausnahmen
Ausnahme | Bedingung |
---|---|
SecurityException | Der aktuelle Benutzer ist kein Farmadministrator sein. |