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
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property HasUniqueRoleAssignments As Boolean
Get
'Usage
Dim instance As SecurableObject
Dim value As Boolean
value = instance.HasUniqueRoleAssignments
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.