JAMS Developer Guide
TRACE Property (HDInsightSessionOozieSubmitJob)


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionOozieSubmitJob Class : TRACE Property
Retrieve TRACE level log messages upon completion
Syntax
'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 HDInsightSessionOozieSubmitJob
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;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HDInsightSessionOozieSubmitJob Class
HDInsightSessionOozieSubmitJob Members