Share via


AgileTestPlatformSpec.RunSettingsForTestRun Property

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property RunSettingsForTestRun As RunSettings
[BrowsableAttribute(true)]
public RunSettings RunSettingsForTestRun { get; set; }
[BrowsableAttribute(true)]
public:
property RunSettings^ RunSettingsForTestRun {
    RunSettings^ get ();
    void set (RunSettings^ value);
}
[<BrowsableAttribute(true)>]
member RunSettingsForTestRun : RunSettings with get, set
function get RunSettingsForTestRun () : RunSettings 
function set RunSettingsForTestRun (value : RunSettings)

Property Value

Type: Microsoft.TeamFoundation.Build.Workflow.Activities.RunSettings
Returns RunSettings.

.NET Framework Security

See Also

Reference

AgileTestPlatformSpec Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace