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 URL of the user's profile picture.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property PictureUrl As String
Get
'Usage
Dim instance As PersonProperties
Dim value As String
value = instance.PictureUrl
public string PictureUrl { get; }
Property value
Type: System.String
The URL of the user's profile picture.