Метод PeopleManager.GetUserProfilePropertiesFor
Возвращает свойства профиля указанного пользователя для указанного пользователя.
Пространство имен: 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 GetUserProfilePropertiesFor ( _
propertiesForUser As UserProfilePropertiesForUser _
) As IEnumerable(Of String)
'Применение
Dim instance As PeopleManager
Dim propertiesForUser As UserProfilePropertiesForUser
Dim returnValue As IEnumerable(Of String)
returnValue = instance.GetUserProfilePropertiesFor(propertiesForUser)
public IEnumerable<string> GetUserProfilePropertiesFor(
UserProfilePropertiesForUser propertiesForUser
)
Параметры
- propertiesForUser
Тип: Microsoft.SharePoint.Client.UserProfiles.UserProfilePropertiesForUser
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerable<String>
Замечания
Пример кода, в котором показано, как использовать этот способ читайте в статье How to: Retrieve user profile properties by using the .NET client object model in SharePoint 2013.