'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the number of worker nodes in the cluster")> <System.Activities.RequiredArgumentAttribute()> <System.ComponentModel.CategoryAttribute("Server")> Public Property NumberOfWorkerNodes As System.Activities.InArgument(Of Integer)
'Usage
Dim instance As HDInsightSessionCreateCluster Dim value As System.Activities.InArgument(Of Integer) instance.NumberOfWorkerNodes = value value = instance.NumberOfWorkerNodes
[System.ComponentModel.Description("Specifies the number of worker nodes in the cluster")] [System.Activities.RequiredArgument()] [System.ComponentModel.Category("Server")] public System.Activities.InArgument<int> NumberOfWorkerNodes {get; set;}