Share via


ManifestChangeableAttributes.DeleteEnabled Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to