次の方法で共有


IndexingPolicy.Automatic プロパティ

定義

インデックス作成ポリシーが自動かどうかを示す値を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象