ISchedulerTask.GetCustomProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.