DataConnectionProperties.ICollection<KeyValuePair<String, Object>>.IsReadOnly (Propiedad)

Obtiene un valor de Boolean que indica si la instancia actual de ICollection<T> es de solo lectura.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
Private ReadOnly Property IsReadOnly As Boolean
    Implements ICollection(Of KeyValuePair(Of String, Object)).IsReadOnly
bool ICollection<KeyValuePair<string, Object>>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = ICollection<KeyValuePair<String^, Object^>>::IsReadOnly::get;
}
private abstract IsReadOnly : bool
private override IsReadOnly : bool
JScript no admite implementaciones explícitas de interfaces.

Valor de propiedad

Tipo: System.Boolean
true si la instancia actual de ICollection<T> es de solo lectura; si no, false.

Implementaciones

ICollection<T>.IsReadOnly

Comentarios

La implementación base de este método devuelve false.

Seguridad de .NET Framework

Vea también

Referencia

DataConnectionProperties Clase

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)