Condividi tramite


Proprietà AspNetDevelopmentServer.PathToWebApp

Ottiene il percorso completo dell'applicazione Web sottoposta a test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
Valore string che contiene il nome completo dell'applicazione Web.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AspNetDevelopmentServer Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common