Manager..::..CommandLineArgs Property

Gets or sets the command line arguments.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public string[] CommandLineArgs { get; set; }
Public Property CommandLineArgs As String()
	Get
	Set
public:
property array<String^>^ CommandLineArgs {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

Field Value

The command line arguments.