Determines whether the ULConnectionStringBuilder object contains a specific keyword.
Visual Basic
Public Overrides Function ContainsKey( _
ByVal keyword As String _
) As Boolean
C#
public override bool ContainsKey(
string keyword
);
keyword The name of the connection keyword.
True if this connection string builder contains a value for the specified keyword, otherwise returns false.