'Declaration
<System.ComponentModel.DescriptionAttribute("The exit code of the job")> <System.ComponentModel.CategoryAttribute("Results")> Public Property FinalStatusCode As System.Activities.OutArgument(Of Integer)
'Usage
Dim instance As SubmitEntry Dim value As System.Activities.OutArgument(Of Integer) instance.FinalStatusCode = value value = instance.FinalStatusCode
[System.ComponentModel.Description("The exit code of the job")] [System.ComponentModel.Category("Results")] public System.Activities.OutArgument<int> FinalStatusCode {get; set;}