IPropertyIdCollection Interface

Defines a collection of property identifiers.


Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)

'Usage
Dim instance As IPropertyIdCollection

[DefaultMemberAttribute("Item")] 
[ComVisibleAttribute(true)] 
[GuidAttribute("FB6D2A92-3C48-4237-B300-FC3E31C2FACC")] 
public interface IPropertyIdCollection : ISchedulerCollection, ICollection, ICollection<PropertyId>, 
	IEnumerable<PropertyId>, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute GuidAttribute("FB6D2A92-3C48-4237-B300-FC3E31C2FACC") */ 
public interface IPropertyIdCollection extends ISchedulerCollection, ICollection, 
	ICollection<PropertyId>, IEnumerable<PropertyId>, IEnumerable
DefaultMemberAttribute("Item") 
ComVisibleAttribute(true) 
GuidAttribute("FB6D2A92-3C48-4237-B300-FC3E31C2FACC") 
public interface IPropertyIdCollection extends ISchedulerCollection, ICollection, 
	ICollection<PropertyId>, IEnumerable<PropertyId>, IEnumerable

Use this interface when specifying the properties that you want to retrieve using a rowset or rowset enumerator. For example, when calling IScheduler.OpenJobRowSet or IScheduler.OpenJobEnumerator.


Development Platforms

Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012

Target Platforms

Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client Utilities




Build Date:

2013-04-22

Community Additions

ADD
Show: