Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'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()
Return value
Type: Microsoft.SharePoint.Client.ClientArrayResult<String>
The user profile property names that are specified in the constructor.
See also
Reference
UserProfilePropertiesForUser class