ConnectionStringBuilder.TrustedConnection Property

System.Data.Generic

ConnectionStringBuilderTrustedConnection Property
Gets or sets if the connection use trusted connection capabilities.

Namespace: System.Data.Generic
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
Syntax
public bool TrustedConnection { get; set; }
Public Property TrustedConnection As Boolean
	Get
	Set
public:
property bool TrustedConnection {
	bool get ();
	void set (bool value);
}
member TrustedConnection : bool with get, set

Property Value

Type: Boolean

Return Value

Type: Boolean
Remarks