Share via


Agreement.Participants Property

Definition

Gets or sets the list of participants that participates in acceptance of an agreement.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to