Share via


RunTests.ResultsDirectory Property

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

Syntax

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

Property Value

Type: System.Activities.InArgument<String>

.NET Framework Security

See Also

Reference

RunTests Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace