Show / Hide Table of Contents

Class SpreadLegRuleVariable

Inheritance
object
SpreadLegRuleVariable
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 SpreadLegRuleVariable

Properties

Name

Declaration
[JsonIgnore]
public string Name { get; }
Property Value
Type Description
string

Value

Declaration
[JsonIgnore]
public object Value { get; }
Property Value
Type Description
object
In this article
Back to top