PropertyIdCollection.GetIds 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 and array of property identifiers.
[System.Runtime.InteropServices.ComVisible(false)]
public Microsoft.Hpc.Scheduler.Properties.PropertyId[] GetIds ();
abstract member GetIds : unit -> Microsoft.Hpc.Scheduler.Properties.PropertyId[]
override this.GetIds : unit -> Microsoft.Hpc.Scheduler.Properties.PropertyId[]
Public Function GetIds () As PropertyId()
Returns
An array of PropertyId objects that identify the properties in the collection.
Implements
- Attributes