Property Key
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Key
The dictionary key for the metadata field.
Must be a-z
, 0-9
, or _
characters.
[JsonProperty("key")]
public string Key { get; }
The dictionary key for the metadata field.
Must be a-z
, 0-9
, or _
characters.
[JsonProperty("key")]
public string Key { get; }