次の方法で共有


ConnectivityIssue.Origin プロパティ

定義

問題の発生元を取得します。 使用できる値は、'Local'、'Inbound'、'Outbound' です。

[Newtonsoft.Json.JsonProperty(PropertyName="origin")]
public string Origin { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="origin")>]
member this.Origin : string
Public ReadOnly Property Origin As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象