Indexer.IsDisabled Property

Definition

Gets or sets a value indicating whether the indexer is disabled. Default is 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to