NameValue Class

Definition

Represents a name/value pair.

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("6DC2D910-42DB-4C6A-B4EC-49A66761F739")]
public class NameValue : Microsoft.Hpc.Scheduler.INameValue
type NameValue = class
    interface INameValue
Public Class NameValue
Implements INameValue
Inheritance
NameValue
Attributes
Implements

Properties

Name

Retrieves the name of the name/value pair.

Value

Retrieves the value of the name/value pair.

Applies to