ISchedulerTask.EnvironmentVariables Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A 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.