JAMS Developer Guide
DisplayOutput Property (HDInsightSessionHBaseForEachColumnInRow)


MVPSI.JAMS.Activities.HDInsight.Design Namespace > HDInsightSessionHBaseForEachColumnInRow Class : DisplayOutput Property
When true, the column information will be written to the log file.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("When true, the column information will be written to the log file.")>
Public Property DisplayOutput As System.Boolean
'Usage
 
Dim instance As HDInsightSessionHBaseForEachColumnInRow
Dim value As System.Boolean
 
instance.DisplayOutput = value
 
value = instance.DisplayOutput
[System.ComponentModel.Description("When true, the column information will be written to the log file.")]
public System.bool DisplayOutput {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

HDInsightSessionHBaseForEachColumnInRow Class
HDInsightSessionHBaseForEachColumnInRow Members