TestToolsTask.Platform Property
Platform of the build against which test results should be published.
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Public Property Platform As String
public string Platform { get; set; }
public:
property String^ Platform {
String^ get ();
void set (String^ value);
}
member Platform : string with get, set
function get Platform () : String
function set Platform (value : String)
Property Value
Type: System.String
Returns String.
.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.