JAMS Developer Guide
ApplicationPath Property


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionOozieSubmitJob Class : ApplicationPath Property
Specifies the path to a workflow application directory on the HDInsight cluster.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the path to a workflow application directory on the HDInsight cluster.")>
<System.Activities.RequiredArgumentAttribute()>
<System.ComponentModel.CategoryAttribute("Definition")>
Public Property ApplicationPath As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As HDInsightSessionOozieSubmitJob
Dim value As System.Activities.InArgument(Of String)
 
instance.ApplicationPath = value
 
value = instance.ApplicationPath
[System.ComponentModel.Description("Specifies the path to a workflow application directory on the HDInsight cluster.")]
[System.Activities.RequiredArgument()]
[System.ComponentModel.Category("Definition")]
public System.Activities.InArgument<string> ApplicationPath {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

HDInsightSessionOozieSubmitJob Class
HDInsightSessionOozieSubmitJob Members