CartLineItem.Participants Property

Definition

Gets or sets a collection of participants on this purchase.

public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Microsoft.Store.PartnerCenter.Models.Carts.Enums.ParticipantType,string>> Participants { get; set; }
member this.Participants : seq<System.Collections.Generic.KeyValuePair<Microsoft.Store.PartnerCenter.Models.Carts.Enums.ParticipantType, string>> with get, set
Public Property Participants As IEnumerable(Of KeyValuePair(Of ParticipantType, String))

Property Value

Applies to