'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the directory where the libjar to be used by the sqoop job is located (optional)")> <System.ComponentModel.CategoryAttribute("Definition")> Public Property LibDir As System.Activities.InArgument(Of String)
'Usage
Dim instance As HDInsightSessionSqoop Dim value As System.Activities.InArgument(Of String) instance.LibDir = value value = instance.LibDir
[System.ComponentModel.Description("Specifies the directory where the libjar to be used by the sqoop job is located (optional)")] [System.ComponentModel.Category("Definition")] public System.Activities.InArgument<string> LibDir {get; set;}