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

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