PeopleRendererWebPartBase.ClientRenderFunction property

Gets the name of the client render function.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property ClientRenderFunction As String
    Get
'Usage
Dim value As String

value = Me.ClientRenderFunction
protected virtual string ClientRenderFunction { get; }

Property value

Type: System.String
The name of the client render function. The default is “MySite_RenderPeople”.

See also

Reference

PeopleRendererWebPartBase class

PeopleRendererWebPartBase members

Microsoft.SharePoint.Portal.WebControls namespace