Class NameValuePair
Represents a name-value pair.
Inheritance
System.Object
NameValuePair
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Batch.dll
Syntax
public class NameValuePair
Properties
Name
Gets the name in the name-value pair.
Declaration
public string Name { get; }
Property Value
|
System.String
|
Value
Gets the value in the name-value pair.
Declaration
public string Value { get; }
Property Value
|
System.String
|