'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;}