RecipientLists.RecipientListsValue 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.
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