ApiCreateOrUpdateParameter.IsOnline Property

Definition

Gets indicates if API revision is accessible via the gateway.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to