'Declaration
<System.ComponentModel.BrowsableAttribute(False)> Public Property ClusterOS As Microsoft.Azure.Management.HDInsight.Models.OSType
'Usage
Dim instance As HDInsightSessionCreateCluster Dim value As Microsoft.Azure.Management.HDInsight.Models.OSType instance.ClusterOS = value value = instance.ClusterOS
[System.ComponentModel.Browsable(false)] public Microsoft.Azure.Management.HDInsight.Models.OSType ClusterOS {get; set;}