Class KeyValue
Inheritance
System.Object
KeyValue
Namespace: Virinco.WATS.Interface.MES.Product
Assembly: Virinco.WATS.Interface.MES.dll
Syntax
public class KeyValue : object
Properties
key
Declaration
public string key { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
value
Declaration
public string value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |