GetBuildProperties.TestStatus Property
The status of the test phase of the build.
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
<OutputAttribute> _
Public ReadOnly Property TestStatus As BuildPhaseStatus
[OutputAttribute]
public BuildPhaseStatus TestStatus { get; }
[OutputAttribute]
public:
property BuildPhaseStatus TestStatus {
BuildPhaseStatus get ();
}
[<OutputAttribute>]
member TestStatus : BuildPhaseStatus with get
function get TestStatus () : BuildPhaseStatus
Property Value
Type: Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus
Returns BuildPhaseStatus.
.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.