MSTest.TestConfigName Property

Gets or sets the name 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 TestConfigName As InArgument(Of String)
[BrowsableAttribute(true)]
public InArgument<string> TestConfigName { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<String^>^ TestConfigName {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(true)>]
member TestConfigName : InArgument<string> with get, set
function get TestConfigName () : InArgument<String>
function set TestConfigName (value : InArgument<String>)

Property Value

Type: System.Activities.InArgument<String>
The name 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