'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the file to unzip.")> Public Property ZipFileLocation As System.Activities.InArgument(Of String)
'Usage
Dim instance As UnzipFiles Dim value As System.Activities.InArgument(Of String) instance.ZipFileLocation = value value = instance.ZipFileLocation
[System.ComponentModel.Description("Specifies the file to unzip.")] public System.Activities.InArgument<string> ZipFileLocation {get; set;}