ISchedulerJob.GetCustomProperties Method

Definition

Retrieves the application-defined properties.

public Microsoft.Hpc.Scheduler.INameValueCollection GetCustomProperties ();
abstract member 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 defined.

Applies to