'Declaration
<System.ComponentModel.CategoryAttribute("Configuration")> Public Property Path As System.Activities.InArgument(Of String)
'Usage
Dim instance As ProcessFiles Dim value As System.Activities.InArgument(Of String) instance.Path = value value = instance.Path
[System.ComponentModel.Category("Configuration")] public System.Activities.InArgument<string> Path {get; set;}