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