PeopleRendererWebPartBase.NoPeopleMessage property
Gets the message that is shown when there are no people to display.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property NoPeopleMessage As String
Get
'Usage
Dim value As String
value = Me.NoPeopleMessage
protected virtual string NoPeopleMessage { get; }
Property value
Type: System.String
The message to be shown when there are no people to display.
Remarks
The default value is null .
See also
Reference
PeopleRendererWebPartBase class