'Declaration
<System.ComponentModel.DescriptionAttribute("When true, the information returned on the sharelib will be written to the log file.")> Public Property DisplayOutput As System.Boolean
'Usage
Dim instance As HDInsightSessionOozieGetShareLibInfo Dim value As System.Boolean instance.DisplayOutput = value value = instance.DisplayOutput
[System.ComponentModel.Description("When true, the information returned on the sharelib will be written to the log file.")] public System.bool DisplayOutput {get; set;}