MinimalPerson.PictureUri Property
Gets or sets a URL pointing to a picture for this MinimalPerson object.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property PictureUri As Uri
Get
'Usage
Dim instance As MinimalPerson
Dim value As Uri
value = instance.PictureUri
public Uri PictureUri { get; }
Property Value
Type: System.Uri