แชร์ผ่าน


TargetedMeetingNotification Constructors

Definition

Overloads

TargetedMeetingNotification()

Initializes a new instance of the TargetedMeetingNotification class.

TargetedMeetingNotification(TargetedMeetingNotificationValue)

Initializes a new instance of the TargetedMeetingNotification class.

TargetedMeetingNotification()

Initializes a new instance of the TargetedMeetingNotification class.

public TargetedMeetingNotification ();
Public Sub New ()

Applies to

TargetedMeetingNotification(TargetedMeetingNotificationValue)

Initializes a new instance of the TargetedMeetingNotification class.

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)

Parameters

targetedMeetingNotificationValue
TargetedMeetingNotificationValue

The value of the TargetedMeetingNotification.

Applies to