DeletedRepository.ManifestsDeleted Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="manifestsDeleted")]
public System.Collections.Generic.IList<string> ManifestsDeleted { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="manifestsDeleted")>]
member this.ManifestsDeleted : System.Collections.Generic.IList<string> with get, set
Public Property ManifestsDeleted As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to