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