UpdateSectionInput.DisplayIcon Property

Definition

The display icon for the section. Only iconType is writable; other fields are populated by the service.

[System.Text.Json.Serialization.JsonPropertyName("displayIcon")]
public System.Text.Json.JsonElement? DisplayIcon { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("displayIcon")>]
member this.DisplayIcon : Nullable<System.Text.Json.JsonElement> with get, set
Public Property DisplayIcon As Nullable(Of JsonElement)

Property Value

Attributes

Applies to