Partager via


TargetedMeetingNotification Constructeurs

Définition

Surcharges

TargetedMeetingNotification()

Initialise une nouvelle instance de la classe TargetedMeetingNotification.

TargetedMeetingNotification(TargetedMeetingNotificationValue)

Initialise une nouvelle instance de la classe TargetedMeetingNotification.

TargetedMeetingNotification()

Initialise une nouvelle instance de la classe TargetedMeetingNotification.

public TargetedMeetingNotification ();
Public Sub New ()

S’applique à

TargetedMeetingNotification(TargetedMeetingNotificationValue)

Initialise une nouvelle instance de la classe TargetedMeetingNotification.

public TargetedMeetingNotification (Microsoft.Bot.Schema.Teams.TargetedMeetingNotificationValue targetedMeetingNotificationValue);
new Microsoft.Bot.Schema.Teams.TargetedMeetingNotification : Microsoft.Bot.Schema.Teams.TargetedMeetingNotificationValue -> Microsoft.Bot.Schema.Teams.TargetedMeetingNotification
Public Sub New (targetedMeetingNotificationValue As TargetedMeetingNotificationValue)

Paramètres

targetedMeetingNotificationValue
TargetedMeetingNotificationValue

Valeur de TargetedMeetingNotification.

S’applique à