Freigeben über


LoadTestUserContext.IsReadOnly-Eigenschaft

Ruft einen Wert ab, der angibt, ob LoadTestUserContext schreibgeschützt ist.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

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

Eigenschaftswert

Typ: Boolean
Gibt immer false zurück.

Implementiert

ICollection.IsReadOnly

.NET Framework-Sicherheit

Siehe auch

Referenz

LoadTestUserContext Klasse

Microsoft.VisualStudio.TestTools.LoadTesting-Namespace