Table of Contents

Property Name

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Name

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

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

Property Value

string