Share via


TargetedMeetingNotificationValue.Surfaces Property

Definition

Gets or sets the collection of surfaces on which to show the notification. If a bot wants its content to be rendered in different surfaces areas, it can specific a list of UX areas. But please note that only one instance of surface type is allowed per request.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.Surface> Surfaces { get; set; }
member this.Surfaces : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.Surface> with get, set
Public Property Surfaces As IList(Of Surface)

Property Value

The collection of surfaces on which to show the notification.

Applies to