'Declaration
<System.ComponentModel.DescriptionAttribute("Retrieve ALL level log messages upon completion")> <System.Activities.RequiredArgumentAttribute()> <System.ComponentModel.CategoryAttribute("Log Level")> Public Property ALL As System.Boolean
'Usage
Dim instance As HDInsightSessionOozieSubmitJob Dim value As System.Boolean instance.ALL = value value = instance.ALL
[System.ComponentModel.Description("Retrieve ALL level log messages upon completion")] [System.Activities.RequiredArgument()] [System.ComponentModel.Category("Log Level")] public System.bool ALL {get; set;}