'Declaration
<System.ComponentModel.CategoryAttribute("Configuration")> <System.Activities.RequiredArgumentAttribute()> <System.ComponentModel.DescriptionAttribute("Specifies the command to send to the server")> Public Property Command As System.Activities.InArgument(Of String)
'Usage
Dim instance As FileTransferSessionSendCommand Dim value As System.Activities.InArgument(Of String) instance.Command = value value = instance.Command
[System.ComponentModel.Category("Configuration")] [System.Activities.RequiredArgument()] [System.ComponentModel.Description("Specifies the command to send to the server")] public System.Activities.InArgument<string> Command {get; set;}