Compartir a través de


WebTestContext.IsReadOnly (Propiedad)

Obtiene un valor que indica si WebTestContext es de solo lectura.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
final function get IsReadOnly () : boolean

Valor de propiedad

Tipo: System.Boolean
El valor es siempre false.

Implementaciones

ICollection<T>.IsReadOnly

Comentarios

Se incluye porque WebTestContext implementa IDictionary.

Seguridad de .NET Framework

Vea también

Referencia

WebTestContext Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)