PersonProperties.UserProfileProperties property
Gets the user profile properties for the user.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property UserProfileProperties As IDictionary(Of String, String)
Get
'Usage
Dim instance As PersonProperties
Dim value As IDictionary(Of String, String)
value = instance.UserProfileProperties
public IDictionary<string, string> UserProfileProperties { get; }
Property value
Type: System.Collections.Generic.IDictionary<String, String>
The user profile properties for the user.
Remarks
A user's privacy settings affect which properties can be retrieved. Multiple values are delimited by the pipe (|) sign and a null reference (Nothing in Visual Basic) values are passed as empty strings.