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