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