SchedulerJob.SoftwareLicense Property

Definition

Retrieves or sets the software licensing requirements for the job.

public Microsoft.Hpc.Scheduler.IStringCollection SoftwareLicense { get; set; }
member this.SoftwareLicense : Microsoft.Hpc.Scheduler.IStringCollection with get, set
Public Property SoftwareLicense As IStringCollection

Property Value

The licenses that the job requires. The format is string:integer{,string: integer}, where each string is the name of an application and each integer represents how many licenses are required.

Implements

Applies to