Свойство SecurableObject.HasUniqueRoleAssignments

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

Пространство имен:  Microsoft.SharePoint.Client
Сборки:   Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)

Синтаксис

'Декларация
Public ReadOnly Property HasUniqueRoleAssignments As Boolean
    Get
'Применение
Dim instance As SecurableObject
Dim value As Boolean

value = instance.HasUniqueRoleAssignments
public bool HasUniqueRoleAssignments { get; }

Значение свойства

Тип: 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.

См. также

Справочные материалы

SecurableObject класс

Элементы SecurableObject

Пространство имен Microsoft.SharePoint.Client