'Declaration
<System.ComponentModel.CategoryAttribute("Configuration")> <System.Activities.RequiredArgumentAttribute()> <System.ComponentModel.DescriptionAttribute("Specifies the remote path of a file")> Public Property Path As System.Activities.InArgument(Of String)
'Usage
Dim instance As FileTransferSessionGetFileLength Dim value As System.Activities.InArgument(Of String) instance.Path = value value = instance.Path
[System.ComponentModel.Category("Configuration")] [System.Activities.RequiredArgument()] [System.ComponentModel.Description("Specifies the remote path of a file")] public System.Activities.InArgument<string> Path {get; set;}