QuartzEnvironmentGetEnvironmentVariable Method

Quartz.NET 3.0 API Documentation
Retrieves the value of an environment variable from the current process.

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public static string GetEnvironmentVariable(
	string key
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Quartz.Util.QuartzEnvironment.GetEnvironmentVariable(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Quartz.Util.QuartzEnvironment.GetEnvironmentVariable(System.String)"]

See Also

Reference