SPWeb.HasUniquePerm-Eigenschaft

HINWEIS: Diese API ist veraltet.

Ruft ab oder legt einen booleschen Wert, der angibt, ob die Website eindeutige Berechtigungen aufweist.

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

Syntax

'Declaration
<ObsoleteAttribute("Use the HasUniqueRoleAssignments property or BreakRoleInheritance() and ResetRoleInheritance() methods instead")> _
Public Property HasUniquePerm As Boolean
    Get
    Set
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.HasUniquePerm

instance.HasUniquePerm = value
[ObsoleteAttribute("Use the HasUniqueRoleAssignments property or BreakRoleInheritance() and ResetRoleInheritance() methods instead")]
public bool HasUniquePerm { get; set; }

Eigenschaftswert

Typ: System.Boolean
true , wenn die Website eindeutige Berechtigungen verfügt; andernfalls false.

Siehe auch

Referenz

SPWeb Klasse

SPWeb-Member

Microsoft.SharePoint-Namespace