Share via


AspNetDevelopmentServer.Name Property

Gets the name of this instance of ASP.NET Development Server.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

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

Property Value

Type: System.String
A string that contains the name of this ASP.NET Development server.

.NET Framework Security

See Also

Reference

AspNetDevelopmentServer Class

Microsoft.VisualStudio.TestTools.Common Namespace