'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the name of a specific library to get information on (optional)")> Public Property SpecificLib As System.Activities.InArgument(Of String)
'Usage
Dim instance As HDInsightSessionOozieGetShareLibInfo Dim value As System.Activities.InArgument(Of String) instance.SpecificLib = value value = instance.SpecificLib
[System.ComponentModel.Description("Specifies the name of a specific library to get information on (optional)")] public System.Activities.InArgument<string> SpecificLib {get; set;}