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