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