MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionMapReduce Class : DefineParameters Property |
'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the define parameters.")> <System.ComponentModel.CategoryAttribute("Configuration")> Public Property DefineParameters As System.Collections.Generic.List(Of SerializableKeyValuePair)
'Usage
Dim instance As HDInsightSessionMapReduce Dim value As System.Collections.Generic.List(Of SerializableKeyValuePair) instance.DefineParameters = value value = instance.DefineParameters
[System.ComponentModel.Description("Specifies the define parameters.")] [System.ComponentModel.Category("Configuration")] public System.Collections.Generic.List<SerializableKeyValuePair> DefineParameters {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