Gets or sets the virtual machine arguments.

Declaration Syntax
C# | Visual Basic | Visual 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: 8.0.8.6380 (8.0.8.6380)