'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the arguments to pass into the Hive job. For example {"-hiveconf", "tablename = myTable"}")> <System.ComponentModel.CategoryAttribute("Definition")> Public Property Arguments As System.Activities.InArgument(Of String())
'Usage
Dim instance As HDInsightSessionHive Dim value As System.Activities.InArgument(Of String()) instance.Arguments = value value = instance.Arguments
[System.ComponentModel.Description("Specifies the arguments to pass into the Hive job. For example {"-hiveconf", "tablename = myTable"}")] [System.ComponentModel.Category("Definition")] public System.Activities.InArgument<string[]> Arguments {get; set;}