'Declaration
<System.ComponentModel.CategoryAttribute("Configuration")> <System.ComponentModel.DescriptionAttribute("The name of the resource group the cluster is in")> <System.Activities.RequiredArgumentAttribute()> Public Property ResourceGroupName As System.Activities.InArgument(Of String)
'Usage
Dim instance As HDInsightSession Dim value As System.Activities.InArgument(Of String) instance.ResourceGroupName = value value = instance.ResourceGroupName
[System.ComponentModel.Category("Configuration")] [System.ComponentModel.Description("The name of the resource group the cluster is in")] [System.Activities.RequiredArgument()] public System.Activities.InArgument<string> ResourceGroupName {get; set;}