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

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