JAMS Developer Guide
DefineParameters Property (HDInsightSessionHive)


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionHive Class : DefineParameters Property
Specifies the define parameters.
Syntax
'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 HDInsightSessionHive
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;}
Requirements

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

See Also

Reference

HDInsightSessionHive Class
HDInsightSessionHive Members