'Declaration
Public Function New( _ ByVal title As String, _ ByVal text As String, _ Optional ByVal show As Boolean _ )
'Usage
Dim title As String Dim text As String Dim show As Boolean Dim instance As New DataValidationMessage(title, text, show)
Parameters
- title
- text
- show