JAMS Developer Guide
CommandLine Property


MVPSI.JAMS.Activities Namespace > ExecuteCMD Class : CommandLine Property
Specifies the command to be passed to CMD.EXE.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the command line to be executed.")>
<System.Activities.RequiredArgumentAttribute()>
<System.ComponentModel.CategoryAttribute("Execute")>
Public Property CommandLine As System.String
'Usage
 
Dim instance As ExecuteCMD
Dim value As System.String
 
instance.CommandLine = value
 
value = instance.CommandLine
[System.ComponentModel.Description("Specifies the command line to be executed.")]
[System.Activities.RequiredArgument()]
[System.ComponentModel.Category("Execute")]
public System.string CommandLine {get; set;}
Requirements

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

See Also

Reference

ExecuteCMD Class
ExecuteCMD Members