ISchedulerTask.GetCustomProperties Method

Definition

Retrieves the application-defined properties that were added to the task.

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

Returns

A INameValueCollection object that contains the collection of properties. Each item in the collection is a INameValue object.

Applies to