Partager via


MeetingParticipantInfo Constructeurs

Définition

Surcharges

MeetingParticipantInfo()

Initialise une nouvelle instance de la classe MeetingParticipantInfo.

MeetingParticipantInfo(String, Nullable<Boolean>)

Initialise une nouvelle instance de la classe MeetingParticipantInfo.

MeetingParticipantInfo()

Initialise une nouvelle instance de la classe MeetingParticipantInfo.

public MeetingParticipantInfo ();
Public Sub New ()

S’applique à

MeetingParticipantInfo(String, Nullable<Boolean>)

Initialise une nouvelle instance de la classe MeetingParticipantInfo.

public MeetingParticipantInfo (string role = default, bool? inMeeting = default);
new Microsoft.Bot.Schema.Teams.MeetingParticipantInfo : string * Nullable<bool> -> Microsoft.Bot.Schema.Teams.MeetingParticipantInfo
Public Sub New (Optional role As String = Nothing, Optional inMeeting As Nullable(Of Boolean) = Nothing)

Paramètres

role
String

Rôle du participant dans la réunion en cours.

inMeeting
Nullable<Boolean>

True, si le participant est dans la réunion.

S’applique à