IStringCollection Interface
Defines a collection of string values.
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)
[ComVisibleAttribute(true)] [DefaultMemberAttribute("Item")] [GuidAttribute("0449fa77-10bd-4113-9e3e-2dc712eba36c")] public interface IStringCollection : ISchedulerCollection, ICollection, ICollection<string>, IEnumerable<string>, IEnumerable
/** @attribute ComVisibleAttribute(true) */
/** @attribute DefaultMemberAttribute("Item") */
/** @attribute GuidAttribute("0449fa77-10bd-4113-9e3e-2dc712eba36c") */
public interface IStringCollection extends ISchedulerCollection, ICollection,
ICollection<String>, IEnumerable<String>, IEnumerable
ComVisibleAttribute(true) DefaultMemberAttribute("Item") GuidAttribute("0449fa77-10bd-4113-9e3e-2dc712eba36c") public interface IStringCollection extends ISchedulerCollection, ICollection, ICollection<String>, IEnumerable<String>, IEnumerable
To create an empty collection, call the CreateStringCollection method.
To get this interface, call the following properties and method:
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: