IPropertyIdCollection.AddPropertyId(PropertyId) Method

Definition

Adds a property identifier to the collection.

[System.Runtime.InteropServices.ComVisible(false)]
public void AddPropertyId (Microsoft.Hpc.Scheduler.Properties.PropertyId propId);
abstract member AddPropertyId : Microsoft.Hpc.Scheduler.Properties.PropertyId -> unit
Public Sub AddPropertyId (propId As PropertyId)

Parameters

propId
PropertyId

A PropertyId object that identifies the property to add to the collection.

Attributes

Applies to