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