'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the version of the selected cluster type")> <System.Activities.RequiredArgumentAttribute()> <System.ComponentModel.CategoryAttribute("Server")> Public Property ClusterVersion As System.Activities.InArgument(Of String)
'Usage
Dim instance As HDInsightSessionCreateCluster Dim value As System.Activities.InArgument(Of String) instance.ClusterVersion = value value = instance.ClusterVersion
[System.ComponentModel.Description("Specifies the version of the selected cluster type")] [System.Activities.RequiredArgument()] [System.ComponentModel.Category("Server")] public System.Activities.InArgument<string> ClusterVersion {get; set;}