Channel.ReadinessState Property

Definition

Gets or sets the readiness state of the corresponding partner topic. Possible values include: 'NeverActivated', 'Activated'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.readinessState")]
public string ReadinessState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.readinessState")>]
member this.ReadinessState : string with get, set
Public Property ReadinessState As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to