NewsFeedWebPartBase.ShowUserPicture Property
Gets or sets a value that indicates whether to show user pictures when displaying activity events.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Property ShowUserPicture As Boolean
Get
Set
'Usage
Dim value As Boolean
value = Me.ShowUserPicture
Me.ShowUserPicture = value
protected bool ShowUserPicture { get; set; }
Property Value
Type: System.Boolean
true if the user picture is shown; otherwise, false. The default value is false.