Метод PeopleManager.GetPropertiesFor
Получает свойства указанного пользователя.
Пространство имен: Microsoft.SharePoint.Client.UserProfiles
Сборки: Microsoft.SharePoint.Client.UserProfiles.Silverlight (в Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (в Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (в Microsoft.SharePoint.Client.UserProfiles.dll)
Синтаксис
'Декларация
Public Function GetPropertiesFor ( _
accountName As String _
) As PersonProperties
'Применение
Dim instance As PeopleManager
Dim accountName As String
Dim returnValue As PersonProperties
returnValue = instance.GetPropertiesFor(accountName)
public PersonProperties GetPropertiesFor(
string accountName
)
Параметры
- accountName
Тип: System.String
Возвращаемое значение
Тип: Microsoft.SharePoint.Client.UserProfiles.PersonProperties
Замечания
Пример кода, в котором показано, как использовать этот способ читайте в статье How to: Retrieve user profile properties by using the .NET client object model in SharePoint 2013.