'Declaration
<System.ComponentModel.DescriptionAttribute("The identifier of the row to be modified")> <System.Activities.RequiredArgumentAttribute()> Public Property RowKey As System.Activities.InArgument(Of String)
'Usage
Dim instance As HDInsightSessionHBaseSetData Dim value As System.Activities.InArgument(Of String) instance.RowKey = value value = instance.RowKey
[System.ComponentModel.Description("The identifier of the row to be modified")] [System.Activities.RequiredArgument()] public System.Activities.InArgument<string> RowKey {get; set;}