ISchedulerJob.SetEnvironmentVariable(String, String) Method

Definition

Sets the specified environment variable to the specified value in the context of the job.

public void SetEnvironmentVariable (string name, string value);
abstract member SetEnvironmentVariable : string * string -> unit
Public Sub SetEnvironmentVariable (name As String, value As String)

Parameters

name
String
value
String

Applies to