MSTest.TestConfigId Property

Gets or sets the ID of an existing test management configuration to associate with the published run.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'宣言
<BrowsableAttribute(True)> _
Public Property TestConfigId As InArgument(Of Integer)
    Get
    Set
[BrowsableAttribute(true)]
public InArgument<int> TestConfigId { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<int>^ TestConfigId {
    InArgument<int>^ get ();
    void set (InArgument<int>^ value);
}
[<BrowsableAttribute(true)>]
member TestConfigId : InArgument<int> with get, set
function get TestConfigId () : InArgument<int>
function set TestConfigId (value : InArgument<int>)

Property Value

Type: System.Activities.InArgument<Int32>
The ID of an existing test management configuration to associate with the published run.

.NET Framework Security

See Also

Reference

MSTest Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace