CampaignResponseModel.List 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 settings for the campaign
[System.Text.Json.Serialization.JsonPropertyName("recipient")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.MailChimp.Models.Recipient> List { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("recipient")>]
member this.List : System.Collections.Generic.List<Azure.Connectors.Sdk.MailChimp.Models.Recipient> with get, set
Public Property List As List(Of Recipient)
Property Value
- Attributes