Property ParentId
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
ParentId
Gets ID of the category that contains this channel.
[JsonProperty("parent_id", NullValueHandling = NullValueHandling.Include)]
public ulong? ParentId { get; }
Gets ID of the category that contains this channel.
[JsonProperty("parent_id", NullValueHandling = NullValueHandling.Include)]
public ulong? ParentId { get; }