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

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

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