NameValue Constructor (String, String)

This constructor supports the infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the NameValue class using the specified name and value.

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

Usage

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    value As String _
)
public NameValue (
    string name,
    string value
)
public:
NameValue (
    String^ name, 
    String^ value
)
public NameValue (
    String name, 
    String value
)
public function NameValue (
    name : String, 
    value : String
)

Parameters

  • name
    The name from the name/value pair.
  • value
    The value from the name/value pair.

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

NameValue Class
NameValue Members
Microsoft.ComputeCluster Namespace