次の方法で共有


ConnectionMonitorQueryResult.SourceStatus プロパティ

定義

接続モニターのソースの状態を取得または設定します。 使用可能な値は、'Unknown'、'Active'、'Inactive' です。

[Newtonsoft.Json.JsonProperty(PropertyName="sourceStatus")]
public string SourceStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sourceStatus")>]
member this.SourceStatus : string with get, set
Public Property SourceStatus As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象