'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the parameters to pass into the Oozie job.")> <System.ComponentModel.CategoryAttribute("Configuration")> Public Property Parameters As System.Collections.Generic.List(Of SerializableKeyValuePair)
'Usage
Dim instance As HDInsightSessionOozieSubmitJob Dim value As System.Collections.Generic.List(Of SerializableKeyValuePair) instance.Parameters = value value = instance.Parameters
[System.ComponentModel.Description("Specifies the parameters to pass into the Oozie job.")] [System.ComponentModel.Category("Configuration")] public System.Collections.Generic.List<SerializableKeyValuePair> Parameters {get; set;}