Compartir a través de


Indexer.IsDisabled Propiedad

Definición

Obtiene o establece un valor que indica si el indexador está deshabilitado. El valor predeterminado es 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a