MSTest.TestConfigId 屬性
取得或設定現有測試管理組態的 ID 與發行的回合產生關聯。
命名空間: Microsoft.TeamFoundation.Build.Workflow.Activities
組件: Microsoft.TeamFoundation.Build.Workflow (在 Microsoft.TeamFoundation.Build.Workflow.dll 中)
語法
'宣告
<BrowsableAttribute(True)> _
Public Property TestConfigId As InArgument(Of Integer)
[BrowsableAttribute(true)]
public InArgument<int> TestConfigId { get; set; }
屬性值
類型:System.Activities.InArgument<Int32>
與關聯的現有測試管理組態的 ID 與發行的回合。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。