'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;}