Indicates whether the specified key exists in this
MimerConnectionStringBuilder instance.
'Declaration
Public Overrides NotOverridable Function ShouldSerialize( _
ByVal As String _
) As Boolean
public override bool ShouldSerialize(
string
)
public function ShouldSerialize(
: String
): Boolean; override;
public override function ShouldSerialize(
: String
) : boolean;
public: bool ShouldSerialize(
string*
) override
Parameters
- keyword
- The key to locate in the MimerConnectionStringBuilder.
Return Value
true if the
MimerConnectionStringBuilder contains an entry with the specified key; otherwise
false.
.NET Framework
Version 2.0 or later