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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)