MSBuild.ToolPlatform Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property ToolPlatform As InArgument(Of ToolPlatform)
[BrowsableAttribute(true)]
public InArgument<ToolPlatform> ToolPlatform { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<ToolPlatform>^ ToolPlatform {
InArgument<ToolPlatform>^ get ();
void set (InArgument<ToolPlatform>^ value);
}
[<BrowsableAttribute(true)>]
member ToolPlatform : InArgument<ToolPlatform> with get, set
function get ToolPlatform () : InArgument<ToolPlatform>
function set ToolPlatform (value : InArgument<ToolPlatform>)
Property Value
Type: System.Activities.InArgument<ToolPlatform>
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