Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.