Table of Contents

Property Value

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Value

Gets the value of this choice parameter. This will either be a type of int, long, double or string.

[JsonProperty("value")]
public object Value { get; set; }

Property Value

object