Determines whether the
MimerConnectionStringBuilder contains the specified key.
'Declaration
Public Overrides NotOverridable Function ContainsKey( _
ByVal As String _
) As Boolean
public override bool ContainsKey(
string
)
public function ContainsKey(
: String
): Boolean; override;
public override function ContainsKey(
: String
) : boolean;
public: bool ContainsKey(
string*
) override
Parameters
- keyword
- The key to locate.
Return Value
true if the key is found; otherwise false.
.NET Framework
Version 2.0 or later