PersonProperties.UserProfileProperties 属性

Gets the user profile properties for the 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 ReadOnly Property UserProfileProperties As IDictionary(Of String, String)
    Get
用法
Dim instance As PersonProperties
Dim value As IDictionary(Of String, String)

value = instance.UserProfileProperties
public IDictionary<string, string> UserProfileProperties { get; }

属性值

类型:System.Collections.Generic.IDictionary<String, String>
The user profile properties for the user.

备注

A user's privacy settings affect which properties can be retrieved. Multiple values are delimited by the pipe (|) sign and 空引用(无 在 Visual Basic 中) values are passed as empty strings.

另请参阅

引用

PersonProperties 类

PersonProperties 成员

Microsoft.SharePoint.Client.UserProfiles 命名空间