Gets or sets the name displayed in the authentication combobox for the database authentication mode.

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 DatabaseAuthenticationName { get; set; }
Visual Basic
Public Property DatabaseAuthenticationName As String
	Get
	Set

Property Value

Type: String

See Also