JAMS Developer Guide
FATAL Property (HDInsightSessionOozieGetJobLog)


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionOozieGetJobLog Class : FATAL Property
Retrieve FATAL level log messages upon completion
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Retrieve FATAL level log messages upon completion")>
<System.Activities.RequiredArgumentAttribute()>
<System.ComponentModel.CategoryAttribute("Log Level")>
Public Property FATAL As System.Boolean
'Usage
 
Dim instance As HDInsightSessionOozieGetJobLog
Dim value As System.Boolean
 
instance.FATAL = value
 
value = instance.FATAL
[System.ComponentModel.Description("Retrieve FATAL level log messages upon completion")]
[System.Activities.RequiredArgument()]
[System.ComponentModel.Category("Log Level")]
public System.bool FATAL {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

HDInsightSessionOozieGetJobLog Class
HDInsightSessionOozieGetJobLog Members