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
    Get
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Valore proprietà

Tipo: System.String
Nome del server di sviluppo ASP.NET.

Note

Questo nome deve essere univoco per tutte le classi AspNetDevelopmentServerAttribute specificate su 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