InputFormRequiredFieldValidator.ErrorImageUrl property

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

Syntax

'Declaration
Public Property ErrorImageUrl As String
    Get
    Set
'Usage
Dim instance As InputFormRequiredFieldValidator
Dim value As String

value = instance.ErrorImageUrl

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

Property value

Type: System.String

See also

Reference

InputFormRequiredFieldValidator class

InputFormRequiredFieldValidator members

Microsoft.SharePoint.WebControls namespace