'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the name of the Subnet to use (optional)")> <System.ComponentModel.CategoryAttribute("Virtual Network")> Public Property SubnetName As System.Activities.InArgument(Of String)
'Usage
Dim instance As HDInsightSessionCreateCluster Dim value As System.Activities.InArgument(Of String) instance.SubnetName = value value = instance.SubnetName
[System.ComponentModel.Description("Specifies the name of the Subnet to use (optional)")] [System.ComponentModel.Category("Virtual Network")] public System.Activities.InArgument<string> SubnetName {get; set;}