Share via


DataConnectionProperties.IDictionary.IsReadOnly Property

Definition

Retrieves a Boolean indicating whether the IDictionary is read-only.

property bool System::Collections::IDictionary::IsReadOnly { bool get(); };
bool System.Collections.IDictionary.IsReadOnly { get; }
member this.System.Collections.IDictionary.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IDictionary.IsReadOnly

Property Value

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

Implements

Applies to