TestToolsTask.TestConfigName Property

Specify the name 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 TestConfigName As String
public string TestConfigName { get; set; }
public:
property String^ TestConfigName {
    String^ get ();
    void set (String^ value);
}
member TestConfigName : string with get, set
function get TestConfigName () : String 
function set TestConfigName (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TestToolsTask Class

Microsoft.TeamFoundation.Build.Tasks Namespace