Partager via


HostTypeAttribute.HostType, propriété

Obtient une valeur qui représente le type d'hôte.

Espace de noms :  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly :  Microsoft.VisualStudio.QualityTools.UnitTestFramework (dans Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntaxe

'Déclaration
Public ReadOnly Property HostType As String
public string HostType { get; }
public:
property String^ HostType {
    String^ get ();
}
member HostType : string with get
function get HostType () : String

Valeur de propriété

Type : String
Valeur qui représente le type d'hôte.

Notes

Cette valeur est ASP.NET s'il ne s'agit pas d'un adaptateur hôte créé par un client.

Sécurité .NET Framework

Voir aussi

Référence

HostTypeAttribute Classe

Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms