JAMS Developer Guide
LibJars Property


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionMapReduce Class : LibJars Property
Specifies the list of files to include in the classpath. (optional)
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the list of files to include in the classpath. (optional)")>
<System.ComponentModel.CategoryAttribute("Configuration")>
Public Property LibJars As System.Activities.InArgument(Of List(Of String))
'Usage
 
Dim instance As HDInsightSessionMapReduce
Dim value As System.Activities.InArgument(Of List(Of String))
 
instance.LibJars = value
 
value = instance.LibJars
[System.ComponentModel.Description("Specifies the list of files to include in the classpath. (optional)")]
[System.ComponentModel.Category("Configuration")]
public System.Activities.InArgument<List<string>> LibJars {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

HDInsightSessionMapReduce Class
HDInsightSessionMapReduce Members