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.

See also

Reference

NewsFeedWebPartBase class

NewsFeedWebPartBase members

Microsoft.SharePoint.Portal.WebControls namespace