'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the path to upload the file from")> <System.ComponentModel.CategoryAttribute("Paths")> <System.Activities.RequiredArgumentAttribute()> Public Property LocalPath As System.Activities.InArgument(Of String)
'Usage
Dim instance As SftpUpload Dim value As System.Activities.InArgument(Of String) instance.LocalPath = value value = instance.LocalPath
[System.ComponentModel.Description("Specifies the path to upload the file from")] [System.ComponentModel.Category("Paths")] [System.Activities.RequiredArgument()] public System.Activities.InArgument<string> LocalPath {get; set;}