NewListRequest.Visibility 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.
Whether this list is public or private
[System.Text.Json.Serialization.JsonPropertyName("visibility")]
public Azure.Connectors.Sdk.MailChimp.Models.Visibility? Visibility { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("visibility")>]
member this.Visibility : Nullable<Azure.Connectors.Sdk.MailChimp.Models.Visibility> with get, set
Public Property Visibility As Nullable(Of Visibility)
Property Value
- Attributes