次の方法で共有


Email.Index プロパティ

定義

入力テキスト コンテンツ内のEmail アドレスの index(Location) を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="Index")]
public int? Index { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Index")>]
member this.Index : Nullable<int> with get, set
Public Property Index As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象