Share via


RunTests.ExecutionPlatform Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

RunTests Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace