VeriStand .NET API Reference

CommandShell.Arguments Property

Gets or sets the command line arguments to pass to the application.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property Arguments As String
C#
public string Arguments { get; set; }
Visual C++
public:
property String^ Arguments {
	String^ get ();
	void set (String^ value);
}

Property Value

The command line arguments to pass to the application.

See Also

Log in to get a better experience