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