ErrorMessageCaption Property (ErrorInfo)
In This Topic
Gets or sets the text to display in the title bar of the error message box.
Syntax
'Declaration
Public Property ErrorMessageCaption As String
public string ErrorMessageCaption {get; set;}
See Also