次の方法で共有


ApiRevisionContract.IsOnline プロパティ

定義

API リビジョンが現在の 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

適用対象