'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the query to use for the Hive job. This is used instead of a QueryFile.")> <System.ComponentModel.CategoryAttribute("Definition")> <System.ComponentModel.BrowsableAttribute(False)> Public Property Query As System.String
'Usage
Dim instance As HDInsightSessionHive Dim value As System.String instance.Query = value value = instance.Query
[System.ComponentModel.Description("Specifies the query to use for the Hive job. This is used instead of a QueryFile.")] [System.ComponentModel.Category("Definition")] [System.ComponentModel.Browsable(false)] public System.string Query {get; set;}