StateManagedCollection.IList.IsReadOnly Proprietà
Definizione
Ottiene un valore che indica se la raccolta StateManagedCollection è di sola lettura.Gets a value indicating whether the StateManagedCollection collection is read-only.
property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
member this.System.Collections.IList.IsReadOnly : bool
ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly
Valore della proprietà
true
se StateManagedCollection è di sola lettura; in caso contrario, false
.true
if the StateManagedCollection is read-only; otherwise, false
.