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 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