MVPSI.JAMS.Activities Namespace > ExecuteProcess Class : Command Property |
'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the name of the executable file.")> <System.Activities.RequiredArgumentAttribute()> <System.ComponentModel.CategoryAttribute("Execute")> Public Property Command As System.String
'Usage
Dim instance As ExecuteProcess Dim value As System.String instance.Command = value value = instance.Command
[System.ComponentModel.Description("Specifies the name of the executable file.")] [System.Activities.RequiredArgument()] [System.ComponentModel.Category("Execute")] public System.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