SchedulerJob.GetCustomProperties Method

Definition

Retrieves the application-defined properties for the job.

public Microsoft.Hpc.Scheduler.INameValueCollection GetCustomProperties ();
abstract member GetCustomProperties : unit -> Microsoft.Hpc.Scheduler.INameValueCollection
override this.GetCustomProperties : unit -> Microsoft.Hpc.Scheduler.INameValueCollection
Public Function GetCustomProperties () As INameValueCollection

Returns

An INameValueCollection interface that contains the collection of properties. Each item in the collection is an INameValue interface that contains the property name and value. The collection is empty if no properties have been set.

Implements

Applies to