次の方法で共有


ApiContract.IsOnline プロパティ

定義

ゲートウェイを介して API リビジョンにアクセスできるかどうかを示す値を取得します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象