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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace