IScheduler.EnvironmentVariables Property

Definition

Retrieves the cluster-wide environment variables.

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 a collection of environment variables defined for the cluster.

Applies to