MSTest.PathToResultsFilesRoot Property
Gets or sets the root of the path to the directory on the build agent where MSTest will put the result files (.trx files).
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property PathToResultsFilesRoot As InArgument(Of String)
[BrowsableAttribute(true)]
public InArgument<string> PathToResultsFilesRoot { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<String^>^ PathToResultsFilesRoot {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(true)>]
member PathToResultsFilesRoot : InArgument<string> with get, set
function get PathToResultsFilesRoot () : InArgument<String>
function set PathToResultsFilesRoot (value : InArgument<String>)
Property Value
Type: System.Activities.InArgument<String>
The root of the path to the directory on the build agent where MSTest will put the result files (.trx files).
.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