'Declaration
<System.ComponentModel.BrowsableAttribute(False)> Public Property Properties As System.Collections.Generic.List(Of DynamicActivityProperty)
'Usage
Dim instance As HDInsightSessionCreateCluster Dim value As System.Collections.Generic.List(Of DynamicActivityProperty) instance.Properties = value value = instance.Properties
[System.ComponentModel.Browsable(false)] public System.Collections.Generic.List<DynamicActivityProperty> Properties {get; set;}