Gets or sets the message that will be displayed to the user.

Namespace: Novalys.VisualGuard.Security.WinForm
Assembly: Novalys.VisualGuard.Security.WinForm (in Novalys.VisualGuard.Security.WinForm.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public string Message { get; set; }
Visual Basic
Public Property Message As String
	Get
	Set

Property Value

Type: String

The message that will be displayed to the user. When the value is empty or null the message is not displayed.

See Also