HostTypeAttribute.HostType 屬性
取得表示主機類型的值。
命名空間: Microsoft.VisualStudio.TestTools.UnitTesting
組件: Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)
語法
'宣告
Public ReadOnly Property HostType As String
public string HostType { get; }
public:
property String^ HostType {
String^ get ();
}
member HostType : string with get
function get HostType () : String
屬性值
類型:String
表示主機類型的值。
備註
如果這不是客戶自行建立的主機介面卡,這個值將會是 ASP.NET。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。