Share via


PersonProperties.PictureUrl property

Gets the URL of the user's profile picture.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property PictureUrl As Uri
    Get
'Usage
Dim instance As PersonProperties
Dim value As Uri

value = instance.PictureUrl
public Uri PictureUrl { get; }

Property value

Type: System.Uri
The URL of the user's profile picture.

See also

Reference

PersonProperties class

PersonProperties members

Microsoft.Office.Server.UserProfiles namespace