'Declaration
<System.ComponentModel.DescriptionAttribute("The identifier assigned to the instance of the Oozie job (optional)")> <System.ComponentModel.CategoryAttribute("Results")> Public Property JobID As System.Activities.OutArgument(Of String)
'Usage
Dim instance As HDInsightSessionOozieSubmitJob Dim value As System.Activities.OutArgument(Of String) instance.JobID = value value = instance.JobID
[System.ComponentModel.Description("The identifier assigned to the instance of the Oozie job (optional)")] [System.ComponentModel.Category("Results")] public System.Activities.OutArgument<string> JobID {get; set;}