Partager via


LoadTestUserContext.IsReadOnly, propriété

Obtient une valeur qui indique si LoadTestUserContext est en lecture seule.

Espace de noms :  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly :  Microsoft.VisualStudio.QualityTools.LoadTestFramework (dans Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsReadOnly As Boolean
    Get
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool
override IsReadOnly : bool
final function get IsReadOnly () : boolean

Valeur de propriété

Type : System.Boolean
Retourne toujours false.

Implémentations

ICollection<T>.IsReadOnly

Sécurité .NET Framework

Voir aussi

Référence

LoadTestUserContext Classe

Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms