Свойство SecurableObject.RoleAssignments
Gets the role assignments for the 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 RoleAssignments As RoleAssignmentCollection
Get
'Применение
Dim instance As SecurableObject
Dim value As RoleAssignmentCollection
value = instance.RoleAssignments
public RoleAssignmentCollection RoleAssignments { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.RoleAssignmentCollection
Returns a RoleAssignmentCollection instance representing the role assignments for the securable object.