Partilhar via


Propriedade AspNetDevelopmentServer.Name

Obtém o nome desta instância do ASP.NET Development Server.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.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
A string que contém o nome dessa página ASP.NET Development server.

Segurança do .NET Framework

Consulte também

Referência

AspNetDevelopmentServer Classe

Namespace Microsoft.VisualStudio.TestTools.Common