ApiRevisionContract.IsOnline Property

Definition

Gets indicates if API revision is the current api revision.

[Newtonsoft.Json.JsonProperty(PropertyName="isOnline")]
public bool? IsOnline { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isOnline")>]
member this.IsOnline : Nullable<bool>
Public ReadOnly Property IsOnline As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to