Share via


BlobServiceProperties.IsVersioningEnabled Property

Definition

Gets or sets versioning is enabled if set to true.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to