'Declaration
<System.ComponentModel.DescriptionAttribute("The completion severity of the job")> <System.ComponentModel.CategoryAttribute("Results")> Public Property FinalStatus As System.Activities.OutArgument(Of String)
'Usage
Dim instance As SubmitEntry Dim value As System.Activities.OutArgument(Of String) instance.FinalStatus = value value = instance.FinalStatus
[System.ComponentModel.Description("The completion severity of the job")] [System.ComponentModel.Category("Results")] public System.Activities.OutArgument<string> FinalStatus {get; set;}