JAMS Developer Guide
JarFile Property


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionMapReduce Class : JarFile Property
Specifies the jar file
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the jar file")>
<System.Activities.RequiredArgumentAttribute()>
<System.ComponentModel.CategoryAttribute("Definition")>
Public Property JarFile As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As HDInsightSessionMapReduce
Dim value As System.Activities.InArgument(Of String)
 
instance.JarFile = value
 
value = instance.JarFile
[System.ComponentModel.Description("Specifies the jar file")]
[System.Activities.RequiredArgument()]
[System.ComponentModel.Category("Definition")]
public System.Activities.InArgument<string> JarFile {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