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