GenerateRunSettings.RunSettingsForTestRun Property

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

Syntax

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

Property Value

Type: System.Activities.InArgument<RunSettings>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

GenerateRunSettings Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace