ISchedulerJob.EnvironmentVariables Property

Definition

Gets the environment variables that are set for the job and their values.

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

Property Value

A INameValueCollection object that represents a set of paired environment variable names and values.

Applies to