Свойство ObjectSharingInformationUser.Picture
Возвращает URL-адрес рисунка пользователя.
Пространство имен: 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 Picture As String
Get
'Применение
Dim instance As ObjectSharingInformationUser
Dim value As String
value = instance.Picture
public string Picture { get; }
Значение свойства
Тип: System.String
URL-адрес рисунка пользователя.
См. также
Справочные материалы
ObjectSharingInformationUser класс