GigaSpaces XAP.NET Documentation
EnvironmentVariable Method (name, value)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.AgentGridServiceContainerOptionsEnvironmentVariable(String, String)
Sets an environment variable that will be passed to forked process.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual GridServiceContainerOptions EnvironmentVariable(
	string name,
	string value
)
Public Overridable Function EnvironmentVariable ( _
	name As String, _
	value As String _
) As GridServiceContainerOptions
public:
virtual GridServiceContainerOptions^ EnvironmentVariable(
	String^ name, 
	String^ value
)
public GridServiceContainerOptions EnvironmentVariable(
	String name,
	String value
)
Parameters
name (String)
variable name.
value (String)
variable value.
Return Value

[Missing <returns> documentation for M:GigaSpaces.Core.Admin.ServiceGrid.Agent.GridServiceContainerOptions.EnvironmentVariable(System.String,System.String)]

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