Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.