'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the files to be copied to the cluster (optional)")> <System.ComponentModel.CategoryAttribute("Configuration")> Public Property Files As System.Activities.InArgument(Of String())
'Usage
Dim instance As HDInsightSessionPig Dim value As System.Activities.InArgument(Of String()) instance.Files = value value = instance.Files
[System.ComponentModel.Description("Specifies the files to be copied to the cluster (optional)")] [System.ComponentModel.Category("Configuration")] public System.Activities.InArgument<string[]> Files {get; set;}