'Declaration
<System.ComponentModel.DescriptionAttribute("When true, the Oozie job's logs will be written to the log file.")> <System.Activities.RequiredArgumentAttribute()> Public Property DisplayOutput As System.Boolean
'Usage
Dim instance As HDInsightSessionOozieGetJobLog Dim value As System.Boolean instance.DisplayOutput = value value = instance.DisplayOutput
[System.ComponentModel.Description("When true, the Oozie job's logs will be written to the log file.")] [System.Activities.RequiredArgument()] public System.bool DisplayOutput {get; set;}