RunTestsTestCompletedEventArgs.Outcome Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property Outcome As RunTestsTestOutcome
public RunTestsTestOutcome Outcome { get; private set; }
public:
property RunTestsTestOutcome Outcome {
RunTestsTestOutcome get ();
private: void set (RunTestsTestOutcome value);
}
member Outcome : RunTestsTestOutcome with get, private set
function get Outcome () : RunTestsTestOutcome
private function set Outcome (value : RunTestsTestOutcome)
Property Value
Type: Microsoft.TeamFoundation.Build.Workflow.Activities.RunTestsTestOutcome
Returns RunTestsTestOutcome.
.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
RunTestsTestCompletedEventArgs Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace