Partilhar via


Propriedade HostTypeAttribute.HostType

Obtém um valor que representa o tipo de host.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (em Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintaxe

'Declaração
Public ReadOnly Property HostType As String
    Get
public string HostType { get; }
public:
property String^ HostType {
    String^ get ();
}
member HostType : string
function get HostType () : String

Valor de propriedade

Tipo: System.String
Um valor que representa o tipo de host.

Comentários

Esse valor é ASP.NET Se isso não é um host do cliente criado adaptador.

Segurança do .NET Framework

Consulte também

Referência

HostTypeAttribute Classe

Namespace Microsoft.VisualStudio.TestTools.UnitTesting