'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the length of time prior to completion to retrieve the logs using the format 00m or 00h. For example 2h retrieves the final 2 hours of logs and 30m retrieves the final 30 minutes of logs.")> <System.ComponentModel.CategoryAttribute("Log Options")> Public Property Recent As System.Activities.InArgument(Of String)
'Usage
Dim instance As HDInsightSessionOozieSubmitJob Dim value As System.Activities.InArgument(Of String) instance.Recent = value value = instance.Recent
[System.ComponentModel.Description("Specifies the length of time prior to completion to retrieve the logs using the format 00m or 00h. For example 2h retrieves the final 2 hours of logs and 30m retrieves the final 30 minutes of logs.")] [System.ComponentModel.Category("Log Options")] public System.Activities.InArgument<string> Recent {get; set;}