'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the node tier for the worker node(s)")> <System.Activities.RequiredArgumentAttribute()> <System.ComponentModel.CategoryAttribute("Server")> Public Property DataNodeSize As System.Activities.InArgument(Of String)
'Usage
Dim instance As HDInsightSessionCreateCluster Dim value As System.Activities.InArgument(Of String) instance.DataNodeSize = value value = instance.DataNodeSize
[System.ComponentModel.Description("Specifies the node tier for the worker node(s)")] [System.Activities.RequiredArgument()] [System.ComponentModel.Category("Server")] public System.Activities.InArgument<string> DataNodeSize {get; set;}