Visual Guard Class Library Documentation

VGAuthenticationSucceededEventArgs.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 and the status of the authentication is set to Failure.
ArgumentExceptionthe message is an empty string and the status of the authentication is set to Failure.

See Also

VGAuthenticationSucceededEventArgs Class | Novalys.VisualGuard.Security.WinForm Namespace