SetBuildProperties.TestStatus Property
Gets or sets the status of this build’s testing.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
<BrowsableAttribute(True)> _
Public Property TestStatus As InArgument(Of BuildPhaseStatus)
Get
Set
[BrowsableAttribute(true)]
public InArgument<BuildPhaseStatus> TestStatus { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<BuildPhaseStatus>^ TestStatus {
InArgument<BuildPhaseStatus>^ get ();
void set (InArgument<BuildPhaseStatus>^ value);
}
[<BrowsableAttribute(true)>]
member TestStatus : InArgument<BuildPhaseStatus> with get, set
function get TestStatus () : InArgument<BuildPhaseStatus>
function set TestStatus (value : InArgument<BuildPhaseStatus>)
Property Value
Type: System.Activities.InArgument<BuildPhaseStatus>
The status of this build’s testing.
.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