次の方法で共有


Indexer.IsDisabled プロパティ

定義

インデクサーが無効かどうかを示す値を取得または設定します。 既定値は false です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象