MeetingParticipantInfo Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.