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
- 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