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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)