Proprietà WebTestContext.IsReadOnly

ottiene un valore che indica se WebTestContext è di sola lettura.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: System.Boolean
il valore è sempre false.

Implementa

ICollection<T>.IsReadOnly

Note

Ciò è inclusa in quanto WebTestContext implementa IDictionary.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestContext Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting