MultiServerSqlConnectionInfo.UseWindowsAuthentication Property

Definition

Gets or sets a value indicating whether Windows Integrated Security Authentication will be used.

public:
 property bool UseWindowsAuthentication { bool get(); void set(bool value); };
public bool UseWindowsAuthentication { get; set; }
member this.UseWindowsAuthentication : bool with get, set
Public Property UseWindowsAuthentication As Boolean

Property Value

True if the Windows Integrated Security Authentication will be used. Otherwise, false.

Applies to