ChangeableAttributes.ReadEnabled Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to