INameValueCollection Interface

Represents a collection of name/value pairs.

Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)

Usage

Syntax

'Declaration
<GuidAttribute("C8AB1951-86B2-476f-BE8E-6064EBD26A08")> _
<ComVisibleAttribute(True)> _
Public Interface INameValueCollection
[GuidAttribute("C8AB1951-86B2-476f-BE8E-6064EBD26A08")] 
[ComVisibleAttribute(true)] 
public interface INameValueCollection
[GuidAttribute(L"C8AB1951-86B2-476f-BE8E-6064EBD26A08")] 
[ComVisibleAttribute(true)] 
public interface class INameValueCollection
/** @attribute GuidAttribute("C8AB1951-86B2-476f-BE8E-6064EBD26A08") */ 
/** @attribute ComVisibleAttribute(true) */ 
public interface INameValueCollection
GuidAttribute("C8AB1951-86B2-476f-BE8E-6064EBD26A08") 
ComVisibleAttribute(true) 
public interface INameValueCollection

Remarks

Collections returned by the CCP API are read-only. CCP uses the methods that modify the collection.

Platforms

Development Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP

Target Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities

See Also

Reference

INameValueCollection Members
Microsoft.ComputeCluster Namespace
INameValue Interface