'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the number of lines to get from the logs starting from the most recent log.")> <System.ComponentModel.CategoryAttribute("Log Options")> Public Property Limit As System.Activities.InArgument(Of Integer)
'Usage
Dim instance As HDInsightSessionOozieSubmitJob Dim value As System.Activities.InArgument(Of Integer) instance.Limit = value value = instance.Limit
[System.ComponentModel.Description("Specifies the number of lines to get from the logs starting from the most recent log.")] [System.ComponentModel.Category("Log Options")] public System.Activities.InArgument<int> Limit {get; set;}