CartLineItem.Participants Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))