NameValueCollection Class
Represents a collection of name/value pairs.
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")] [GuidAttribute("456DE413-6E74-49BF-8334-DAFB7D81D473")] [ComVisibleAttribute(true)] [ClassInterfaceAttribute(ClassInterfaceType.None)] public class NameValueCollection : INameValueCollection, ISchedulerCollection, ICollection, ICollection<NameValue>, IEnumerable<NameValue>, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */
/** @attribute GuidAttribute("456DE413-6E74-49BF-8334-DAFB7D81D473") */
/** @attribute ComVisibleAttribute(true) */
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
public class NameValueCollection implements INameValueCollection, ISchedulerCollection,
ICollection, ICollection<NameValue>, IEnumerable<NameValue>,
IEnumerable
DefaultMemberAttribute("Item") GuidAttribute("456DE413-6E74-49BF-8334-DAFB7D81D473") ComVisibleAttribute(true) ClassInterfaceAttribute(ClassInterfaceType.None) public class NameValueCollection implements INameValueCollection, ISchedulerCollection, ICollection, ICollection<NameValue>, IEnumerable<NameValue>, IEnumerable
Do not use this class. Instead, use the INameValueCollection interface.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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: