UserProfilePropertiesForUser.GetPropertyNames method
Gets the user profile property names that are specified in the constructor.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
'Declaration
Public Function GetPropertyNames As ClientArrayResult(Of String)
'Usage
Dim instance As UserProfilePropertiesForUser
Dim returnValue As ClientArrayResult(Of String)
returnValue = instance.GetPropertyNames()
public ClientArrayResult<string> GetPropertyNames()
Type: Microsoft.SharePoint.Client.ClientArrayResult<String>
The user profile property names that are specified in the constructor.
UserProfilePropertiesForUser class