SchedulerTask.EnvironmentVariables Property

Definition

Retrieves the environment variables that were set for the task.

public Microsoft.Hpc.Scheduler.INameValueCollection EnvironmentVariables { get; }
member this.EnvironmentVariables : Microsoft.Hpc.Scheduler.INameValueCollection
Public ReadOnly Property EnvironmentVariables As INameValueCollection

Property Value

An INameValueCollection interface that contains the collection of variables. Each item in the collection is an INameValue interface that contains the variable name and value. The collection is empty if no variables have been set.

Implements

Applies to