StringValues.ICollection<String>.IsReadOnly Propriété

Définition

Obtient une valeur indiquant si la collection est en lecture seule.

property bool System::Collections::Generic::ICollection<System::String>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.String>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.String>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of String).IsReadOnly

Valeur de propriété

Boolean

true si la collection est en lecture seule ; sinon, false.

Implémente

S’applique à