TestToolsTask.TestConfigId Property
Specify the ID of an existing test management configuration to associate with the published run.
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Public Property TestConfigId As Integer
public int TestConfigId { get; set; }
public:
property int TestConfigId {
int get ();
void set (int value);
}
member TestConfigId : int with get, set
function get TestConfigId () : int
function set TestConfigId (value : int)
Property Value
Type: System.Int32
Returns Int32.
.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.