Compartilhar via


Propriedade AspNetDevelopmentServerAttribute.Name

Obtém o nome do aplicativo ASP.NET Development Server.

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

Sintaxe

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

Valor de propriedade

Tipo: System.String
O nome do aplicativo ASP.NET Development Server.

Comentários

Esse nome deve ser exclusivo para todos os AspNetDevelopmentServerAttribute especificado em um único Test.

Segurança do .NET Framework

Consulte também

Referência

AspNetDevelopmentServerAttribute Classe

Namespace Microsoft.VisualStudio.TestTools.UnitTesting.Web

Outros recursos

ASP.NET Unit Tests