PeopleManager.GetUserProfilePropertiesFor 方法

Gets the specified user profile properties for the specified user.

命名空间:  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
)

参数

返回值

类型:System.Collections.Generic.IEnumerable<String>

备注

For a code example that shows how to use this method, see 如何:使用 SharePoint 2013 中的 .NET 客户端对象模型检索用户配置文件属性.

另请参阅

引用

PeopleManager 类

PeopleManager 成员

Microsoft.SharePoint.Client.UserProfiles 命名空间