Team.ChannelCount Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("channelCount")]
[System.Text.Json.Serialization.JsonPropertyOrder(5)]
public int? ChannelCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("channelCount")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(5)>]
member this.ChannelCount : Nullable<int> with get, set
Public Property ChannelCount As Nullable(Of Integer)

Property Value

Attributes

Applies to