RecipientLists.RecipientListsValue Property

Definition

List of recipient lists

[System.Text.Json.Serialization.JsonPropertyName("lists")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.SendGrid.Models.RecipientList> RecipientListsValue { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("lists")>]
member this.RecipientListsValue : System.Collections.Generic.List<Azure.Connectors.Sdk.SendGrid.Models.RecipientList> with get, set
Public Property RecipientListsValue As List(Of RecipientList)

Property Value

Attributes

Applies to