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

C# | Visual Basic | Visual C++ | J# |
public virtual GridServiceManagerOptions EnvironmentVariable( string name, string value )
Public Overridable Function EnvironmentVariable ( _ name As String, _ value As String _ ) As GridServiceManagerOptions
public: virtual GridServiceManagerOptions^ EnvironmentVariable( String^ name, String^ value )
public GridServiceManagerOptions EnvironmentVariable( String name, String value )

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