次の方法で共有


SSN.Text プロパティ

定義

入力テキスト コンテンツで検出された SSN を取得または設定します。

[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

適用対象