次の方法で共有


ApiEntityBaseContract.IsOnline プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象