Share via


DataConnectionProperties.IDictionary.IsFixedSize Property

Definition

Retrieves a Boolean value indicating whether the specified IDictionary has a fixed size.

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

Property Value

Returns true if the IDictionary has a fixed size; otherwise returns false.

Implements

Applies to