Condividi tramite


Proprietà AspNetDevelopmentServerAttribute.Name

Ottiene il nome del server di sviluppo ASP.NET.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UnitTesting.Web
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string with get
function get Name () : String

Valore proprietà

Tipo: System.String
Il nome del server di sviluppo ASP.NET.

Note

questo nome deve essere univoco per tutti AspNetDevelopmentServerAttribute specificato in un singolo test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AspNetDevelopmentServerAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UnitTesting.Web

Altre risorse

ASP.NET Unit Tests