SPFieldFreeBusy.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 overrides the BaseFieldControl class.

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

Syntax

'Declaration
Public Overrides ReadOnly Property FieldRenderingControl As BaseFieldControl
    Get
'Usage
Dim instance As SPFieldFreeBusy
Dim value As BaseFieldControl

value = instance.FieldRenderingControl
public override BaseFieldControl FieldRenderingControl { get; }

Property Value

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

See Also

Reference

SPFieldFreeBusy Class

SPFieldFreeBusy Members

Microsoft.SharePoint.Applications.GroupBoard Namespace