ErrorTitle Property (DataValidation)
Gets or sets the title bar text of error alert.
public string ErrorTitle {get; set;}
'Declaration
Public Property ErrorTitle As String
'Usage
Dim instance As DataValidation
Dim value As String
instance.ErrorTitle = value
value = instance.ErrorTitle
Property Value
A
System.String value represents the title bar text of error alert.