ISecurableObject.HasUniqueRoleAssignments property

NOTE: This API is now obsolete.

Gets a Boolean value indicating whether the object has unique security or inherits its role assignments from a parent object.

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

Syntax

'Declaration
<ObsoleteAttribute("Use the SPSecurableObject class instead")> _
ReadOnly Property HasUniqueRoleAssignments As Boolean
    Get
'Usage
Dim instance As ISecurableObject
Dim value As Boolean

value = instance.HasUniqueRoleAssignments
[ObsoleteAttribute("Use the SPSecurableObject class instead")]
bool HasUniqueRoleAssignments { get; }

Property value

Type: System.Boolean
true if the object has unique security; otherwise, false.

See also

Reference

ISecurableObject interface

ISecurableObject members

Microsoft.SharePoint namespace