Свойство RoleAssignment.Member
Gets the user or group corresponding to the Role Assignment.
Пространство имен: 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 Member As Principal
Get
'Применение
Dim instance As RoleAssignment
Dim value As Principal
value = instance.Member
public Principal Member { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.Principal
A Principal object that represents the user or group.
Замечания
It must not be пустая ссылка (Nothing в Visual Basic). The identifier of the user or group must be greater than zero.