PropertyRowEnumerator(PropertyRow) Constructor

Definition

Initializes a new instance of the PropertyRowEnumerator class.

public PropertyRowEnumerator (Microsoft.Hpc.Scheduler.Properties.PropertyRow row);
new Microsoft.Hpc.Scheduler.Properties.PropertyRowEnumerator : Microsoft.Hpc.Scheduler.Properties.PropertyRow -> Microsoft.Hpc.Scheduler.Properties.PropertyRowEnumerator
Public Sub New (row As PropertyRow)

Parameters

row
PropertyRow

A PropertyRow object that contains the properties in the row.

Applies to