MSBuild.Platform Property

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

Syntax

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

Property Value

Type: System.Activities.InArgument<String>

.NET Framework Security

See Also

Reference

MSBuild Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace