'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the new size of the cluster")> <System.Activities.RequiredArgumentAttribute()> Public Property NewNumberOfWorkerNodes As System.Activities.InArgument(Of Integer)
'Usage
Dim instance As HDInsightSessionScaleCluster Dim value As System.Activities.InArgument(Of Integer) instance.NewNumberOfWorkerNodes = value value = instance.NewNumberOfWorkerNodes
[System.ComponentModel.Description("Specifies the new size of the cluster")] [System.Activities.RequiredArgument()] public System.Activities.InArgument<int> NewNumberOfWorkerNodes {get; set;}