JAMS Developer Guide
CellData Property


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionHBaseSetData Class : CellData Property
The value to be saved in the cell
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("The value to be saved in the cell")>
<System.Activities.RequiredArgumentAttribute()>
Public Property CellData As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As HDInsightSessionHBaseSetData
Dim value As System.Activities.InArgument(Of String)
 
instance.CellData = value
 
value = instance.CellData
[System.ComponentModel.Description("The value to be saved in the cell")]
[System.Activities.RequiredArgument()]
public System.Activities.InArgument<string> CellData {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

HDInsightSessionHBaseSetData Class
HDInsightSessionHBaseSetData Members