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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)