Share via


AgileTestPlatformSpec.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 ExecutionPlatformType
[BrowsableAttribute(true)]
public ExecutionPlatformType ExecutionPlatform { get; set; }
[BrowsableAttribute(true)]
public:
property ExecutionPlatformType ExecutionPlatform {
    ExecutionPlatformType get ();
    void set (ExecutionPlatformType value);
}
[<BrowsableAttribute(true)>]
member ExecutionPlatform : ExecutionPlatformType with get, set
function get ExecutionPlatform () : ExecutionPlatformType 
function set ExecutionPlatform (value : ExecutionPlatformType)

Property Value

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

.NET Framework Security

See Also

Reference

AgileTestPlatformSpec Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace