Address.Text プロパティ

定義

検出されたアドレスを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象