SchemaNameCollection::IList::IsReadOnly Property

 

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

Namespace:   System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

private:
property bool IsReadOnly {
	virtual bool get() sealed = IList::IsReadOnly::get;
}

Property Value

Type: System::Boolean

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

A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.

.NET Framework
Available since 2.0
Return to top
Show: