WorkflowCompletedEventArgs.Status Property
Gets the final status of the completed workflow instance.
Namespace: Microsoft.TeamFoundation.Build.Hosting
Assembly: Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Status As BuildWorkflowInstanceState
[DataMemberAttribute]
public BuildWorkflowInstanceState Status { get; set; }
[DataMemberAttribute]
public:
property BuildWorkflowInstanceState Status {
BuildWorkflowInstanceState get ();
void set (BuildWorkflowInstanceState value);
}
[<DataMemberAttribute>]
member Status : BuildWorkflowInstanceState with get, set
function get Status () : BuildWorkflowInstanceState
function set Status (value : BuildWorkflowInstanceState)
Property Value
Type: Microsoft.TeamFoundation.Build.Hosting.BuildWorkflowInstanceState
Returns BuildWorkflowInstanceState.
.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.