SecurableObject.HasUniqueRoleAssignments Property

Gets a value that specifies whether the role assignments are uniquely defined for this securable object or inherited from a parent securable object.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property HasUniqueRoleAssignments As Boolean
    Get
'Usage
Dim instance As SecurableObject
Dim value As Boolean

value = instance.HasUniqueRoleAssignments
[RemoteAttribute]
public bool HasUniqueRoleAssignments { get; }

Property Value

Type: System.Boolean
Returns Booleantrue if the role assignments are uniquely defined for this securable object otherwise returns false if inherited from a parent securable object. The default value is.

See Also

Reference

SecurableObject Class

SecurableObject Members

Microsoft.SharePoint.Client Namespace