Свойство ObjectSharingInformationUser.User
Получает пользователя, с которым защищаемый объект, совместно.
Пространство имен: 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 User As User
Get
'Применение
Dim instance As ObjectSharingInformationUser
Dim value As User
value = instance.User
public User User { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.User
Пользователь, с которым общие защищаемый объект.
См. также
Справочные материалы
ObjectSharingInformationUser класс