TryGetValue(string, out object) method

Retrieves a value corresponding to the supplied key from this SAConnectionStringBuilder.

Visual Basic syntax

Public Overrides Function TryGetValue (ByVal keyword As String, ByVal value As Object) As Boolean

C# syntax

public override bool TryGetValue (string keyword, out object value)

Parameters

Returns

true if keyword was found within the connection string; otherwise false.