MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionOozieSubmitJob Class : Parameters Property |
'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;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2