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