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