GigaSpaces XAP.NET Documentation
ExecutableArguments Property
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.AgentGSProcessOptionsExecutableArguments
Gets or sets the executable arguments.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual string[] ExecutableArguments { get; set; }
Public Overridable Property ExecutableArguments As String()
public:
virtual property array<String^>^ ExecutableArguments {
	array<String^>^ get ();
	void set (array<String^>^ value);
}
/** @property */
public String[] get_ExecutableArguments()
/** @property */
public  void set_ExecutableArguments(String[] value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.1.2.7920 (9.1.2.7920)