DataColumnMappingCollection.IList.IsReadOnly Propriedade

Definição

Obtém um valor que indica se o IList é apenas de leitura.

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

Valor de Propriedade

true se o IList for só de leitura; caso contrário, false.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a DataColumnMappingCollection instância é transmitida para uma IList interface.

Para obter mais informações, veja IsReadOnly.

Aplica-se a

Ver também