Table of Contents

Property Value

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Value

The value of the field. Must be non-null, non-empty and <= 1024 characters.

[JsonProperty("value", NullValueHandling = NullValueHandling.Ignore)]
public string Value { get; set; }

Property Value

string