Partager via


AspNetDevelopmentServerAttribute.Name, propriété

Obtient le nom du serveur de développement ASP.NET.

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

Syntaxe

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

Valeur de propriété

Type : System.String
Nom du serveur de développement ASP.NET.

Notes

Ce nom doit être unique pour tout AspNetDevelopmentServerAttribute spécifié sur un test unique.

Sécurité .NET Framework

Voir aussi

Référence

AspNetDevelopmentServerAttribute Classe

Microsoft.VisualStudio.TestTools.UnitTesting.Web, espace de noms

Autres ressources

ASP.NET Unit Tests