Show / Hide Table of Contents

Class EnumPairs

Inheritance
object
EnumPairs
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class EnumPairs

Properties

Id

Declaration
public string Id { get; }
Property Value
Type Description
string

Value

Declaration
public string Value { get; }
Property Value
Type Description
string
In this article
Back to top