Share via


TransferOffersResponse.Succeeded Property

Definition

Gets or sets succeeded collections

[Newtonsoft.Json.JsonProperty(PropertyName="succeeded")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.CollectionsDetails> Succeeded { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="succeeded")>]
member this.Succeeded : System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.CollectionsDetails> with get, set
Public Property Succeeded As IList(Of CollectionsDetails)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to