MVPSI.JAMS.Activities Namespace > FileTransferSessionSendCommand Class : Command Property |
'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;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2