Edit

Share via


CommandInfo.EnvironmentVariables Property

Definition

Retrieves the environment variables used by the command.

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 environment variables used by the command.

Implements

Applies to