AspNetDevelopmentServerAttribute.Name 属性

获取 ASP.NET 开发服务器的名称。

命名空间:  Microsoft.VisualStudio.TestTools.UnitTesting.Web
程序集:  Microsoft.VisualStudio.QualityTools.UnitTestFramework(在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)

语法

声明
Public ReadOnly Property Name As String
    Get
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

属性值

类型:System.String
ASP.NET 开发服务器的名称。

备注

对于单一测试中指定的所有 AspNetDevelopmentServerAttribute,此名称必须是唯一的。

.NET Framework 安全性

请参见

参考

AspNetDevelopmentServerAttribute 类

Microsoft.VisualStudio.TestTools.UnitTesting.Web 命名空间

其他资源

ASP.NET Unit Tests