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

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

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