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