DryadLinqContextJobEnvironmentVariables Property DryadLINQ documentation
Gets the collection of environment variables associated with the DryadLINQ job.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public IDictionary<string, string> JobEnvironmentVariables { get; }

Property Value

Type: IDictionaryString, String
See Also

Reference