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.