Share via


ColleaguesWebPart.ShowNames property

Gets or sets a value that indicates whether the names of the shared colleagues will be shown.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Property ShowNames As Boolean
    Get
    Set
'Usage
Dim instance As ColleaguesWebPart
Dim value As Boolean

value = instance.ShowNames

instance.ShowNames = value
public bool ShowNames { get; set; }

Property value

Type: System.Boolean
true if the names of the colleagues will be shown; otherwise false. The default value is true.

See also

Reference

ColleaguesWebPart class

ColleaguesWebPart members

Microsoft.SharePoint.Portal.WebControls namespace