Share via


InputFormTextBox.ErrorMessageLabelControl property

Gets or sets the ID of the error message control in the current naming container.

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

Syntax

'Declaration
Public Property ErrorMessageLabelControl As String
    Get
    Set
'Usage
Dim instance As InputFormTextBox
Dim value As String

value = instance.ErrorMessageLabelControl

instance.ErrorMessageLabelControl = value
public string ErrorMessageLabelControl { get; set; }

Property value

Type: System.String
A string that specifies the ID of the error message control.

See also

Reference

InputFormTextBox class

InputFormTextBox members

Microsoft.SharePoint.WebControls namespace