JAMS Developer Guide
Arguments Property (ExecuteProcess)


MVPSI.JAMS.Activities Namespace > ExecuteProcess Class : Arguments Property
Arguments to be passed to the executable file
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the arguments to be passed to the executable")>
<System.ComponentModel.CategoryAttribute("Execute")>
Public Property Arguments As System.String
'Usage
 
Dim instance As ExecuteProcess
Dim value As System.String
 
instance.Arguments = value
 
value = instance.Arguments
[System.ComponentModel.Description("Specifies the arguments to be passed to the executable")]
[System.ComponentModel.Category("Execute")]
public System.string Arguments {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

ExecuteProcess Class
ExecuteProcess Members