Edit

Share via


PropertyId Constructors

Definition

Overloads

PropertyId(StorePropertyType, String, Int32)

Initializes a new instance of the PropertyId class using the property type, name, and index.

PropertyId(StorePropertyType, String, Int32, PropFlags)

Initializes a new instance of the PropertyId class using the property type, name, index, and flags.

PropertyId(StorePropertyType, String, Int32)

Initializes a new instance of the PropertyId class using the property type, name, and index.

public PropertyId (Microsoft.Hpc.Scheduler.Properties.StorePropertyType propType, string propName, int propIndex);
new Microsoft.Hpc.Scheduler.Properties.PropertyId : Microsoft.Hpc.Scheduler.Properties.StorePropertyType * string * int -> Microsoft.Hpc.Scheduler.Properties.PropertyId
Public Sub New (propType As StorePropertyType, propName As String, propIndex As Integer)

Parameters

propType
StorePropertyType

The property type. For possible values, see the StorePropertyType enumeration.

propName
String

The name of the property.

propIndex
Int32

Applies to

PropertyId(StorePropertyType, String, Int32, PropFlags)

Initializes a new instance of the PropertyId class using the property type, name, index, and flags.

public PropertyId (Microsoft.Hpc.Scheduler.Properties.StorePropertyType propType, string propName, int propIndex, Microsoft.Hpc.Scheduler.Properties.PropFlags flags);
new Microsoft.Hpc.Scheduler.Properties.PropertyId : Microsoft.Hpc.Scheduler.Properties.StorePropertyType * string * int * Microsoft.Hpc.Scheduler.Properties.PropFlags -> Microsoft.Hpc.Scheduler.Properties.PropertyId
Public Sub New (propType As StorePropertyType, propName As String, propIndex As Integer, flags As PropFlags)

Parameters

propType
StorePropertyType

The property type. For possible values, see the StorePropertyType enumeration.

propName
String

The name of the property.

propIndex
Int32
flags
PropFlags

One or more flags that define the attributes of the property. For possible values, see the PropFlags enumeration.

Applies to