StorageDirectoryDeletedEventData.Recursive Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to