TargetedMeetingNotificationValue.Surfaces 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.
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.