Share via


ManifestChangeableAttributes.WriteEnabled Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to