'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the path to the current location of the file(s). The default is the current directory. Wildcards are permitted.")> Public Property Source As System.Activities.InArgument(Of String)
'Usage
Dim instance As CopyFile Dim value As System.Activities.InArgument(Of String) instance.Source = value value = instance.Source
[System.ComponentModel.Description("Specifies the path to the current location of the file(s). The default is the current directory. Wildcards are permitted.")] public System.Activities.InArgument<string> Source {get; set;}