Class KeyValue
Inheritance
System.Object
KeyValue
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Virinco.WATS.Interface.MES.Product
Assembly: Virinco.WATS.Interface.MES.dll
Syntax
public class KeyValue
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 |