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
'Declaration
<BrowsableAttribute(True)> _
Public Property TestConfigId As InArgument(Of Integer)
[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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace