StringValues.ICollection<String>.IsReadOnly Propriedade

Definição

Obtém um valor que indica se a coleção é somente leitura.

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

Valor da propriedade

true se a coleção for somente leitura; caso contrário, false.

Implementações

Aplica-se a