ChannelData.Notification Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("notification")]
[System.Text.Json.Serialization.JsonPropertyOrder(4)]
public Microsoft.Teams.Api.Notification? Notification { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("notification")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(4)>]
member this.Notification : Microsoft.Teams.Api.Notification with get, set
Public Property Notification As Notification

Property Value

Attributes

Applies to