SchemaNameCollection::IList::IsFixedSize Property
.NET Framework (current version)
Gets a value indicating whether the IList has a fixed size.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
private: property bool IsFixedSize { virtual bool get() sealed = IList::IsFixedSize::get; }
Implements
IList::IsFixedSizeA collection with a fixed size does not allow the addition or removal of elements after the collection is created, but it allows the modification of existing elements.
.NET Framework
Available since 2.0
Available since 2.0
Show: