Visual Guard Class Library Documentation

VGAuthenticationFailedEventArgs.Message Property

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

public String Message {get; set;}

Property Value

The message that will be displayed to the user.

Exceptions

Exception TypeCondition
ArgumentNullExceptionthe message is null.
ArgumentExceptionthe message is an empty string.

See Also

VGAuthenticationFailedEventArgs Class | Novalys.VisualGuard.Security.WinForm Namespace