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)
Available in Sandboxed Solutions: No

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