SPFieldContactInformation.FieldRenderingControl Property

Renders a field on a form page by using one or more child controls such as a label, link, or text box control. This control derives from and overrides a BaseFieldControl.

Namespace:  Microsoft.SharePoint.Applications.GroupBoard
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
Public Overrides ReadOnly Property FieldRenderingControl As BaseFieldControl
    Get
'Usage
Dim instance As SPFieldContactInformation
Dim value As BaseFieldControl

value = instance.FieldRenderingControl
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public override BaseFieldControl FieldRenderingControl { get; }

Property Value

Type: Microsoft.SharePoint.WebControls.BaseFieldControl
A BaseFieldControlobject.

See Also

Reference

SPFieldContactInformation Class

SPFieldContactInformation Members

Microsoft.SharePoint.Applications.GroupBoard Namespace