DbConnectionStringBuilder.IDictionary.IsReadOnly Property

Definition

Gets a value indicating whether the IDictionary is read-only.

C#
bool System.Collections.IDictionary.IsReadOnly { get; }

Property Value

true if the IDictionary is read-only; otherwise, false.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DbConnectionStringBuilder instance is cast to an IDictionary interface.

Applies to

Product Versions
.NET Core 1.0, Core 1.1
UWP 10.0