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