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