Share via


SiteElementControl.InputFieldLabel property

Gets the label of the SiteElementControl object in design mode.

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

Syntax

'Declaration
Public Overrides ReadOnly Property InputFieldLabel As String
    Get
'Usage
Dim instance As SiteElementControl
Dim value As String

value = instance.InputFieldLabel
public override string InputFieldLabel { get; }

Property value

Type: System.String
A string that represents the label for the site element field in design mode.

See also

Reference

SiteElementControl class

SiteElementControl members

Microsoft.SharePoint.Publishing.WebControls namespace