ChannelData.FeedbackLoopEnabled Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("feedbackLoopEnabled")]
[System.Text.Json.Serialization.JsonPropertyOrder(7)]
public bool? FeedbackLoopEnabled { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("feedbackLoopEnabled")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(7)>]
member this.FeedbackLoopEnabled : Nullable<bool> with get, set
Public Property FeedbackLoopEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to