'Declaration
<System.ComponentModel.CategoryAttribute("Result")> <System.Activities.RequiredArgumentAttribute()> <System.ComponentModel.DescriptionAttribute("Specifies the variable used to store the current directory")> Public Property CurrentDirectory As System.Activities.OutArgument(Of String)
'Usage
Dim instance As FileTransferSessionGetCurrentDirectory Dim value As System.Activities.OutArgument(Of String) instance.CurrentDirectory = value value = instance.CurrentDirectory
[System.ComponentModel.Category("Result")] [System.Activities.RequiredArgument()] [System.ComponentModel.Description("Specifies the variable used to store the current directory")] public System.Activities.OutArgument<string> CurrentDirectory {get; set;}