Sets an environment variable that will be passed to forked process.

C# | Visual Basic | Visual 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 )

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