'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the full path to the query file to be used by the Hive Job (optional)")> <System.ComponentModel.CategoryAttribute("Definition")> Public Property QueryFile As System.Activities.InArgument(Of String)
'Usage
Dim instance As HDInsightSessionHive Dim value As System.Activities.InArgument(Of String) instance.QueryFile = value value = instance.QueryFile
[System.ComponentModel.Description("Specifies the full path to the query file to be used by the Hive Job (optional)")] [System.ComponentModel.Category("Definition")] public System.Activities.InArgument<string> QueryFile {get; set;}