IPropertyIdCollection Interface
Defines a collection of property identifiers.
Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
[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
For an example, see Using a Rowset to Enumerate a List of Objects.
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 2012Target 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:
Community Additions
ADD
Show: