แชร์ผ่าน


MeetingDetails Class

Definition

Specific details of a Teams meeting.

public class MeetingDetails : Microsoft.Bot.Schema.Teams.MeetingDetailsBase
type MeetingDetails = class
    inherit MeetingDetailsBase
Public Class MeetingDetails
Inherits MeetingDetailsBase
Inheritance
MeetingDetails

Constructors

MeetingDetails()

Initializes a new instance of the MeetingDetails class.

MeetingDetails(String, String, Nullable<DateTime>, Nullable<DateTime>, Uri, String, String)

Initializes a new instance of the MeetingDetails class.

Properties

Id

Gets or sets the meeting's Id, encoded as a BASE64 string.

(Inherited from MeetingDetailsBase)
JoinUrl

Gets or sets the URL used to join the meeting.

(Inherited from MeetingDetailsBase)
MsGraphResourceId

Gets or sets the MsGraphResourceId, used specifically for MS Graph API calls.

ScheduledEndTime

Gets or sets the meeting's scheduled end time, in UTC.

ScheduledStartTime

Gets or sets the meeting's scheduled start time, in UTC.

Title

Gets or sets the title of the meeting.

(Inherited from MeetingDetailsBase)
Type

Gets or sets the meeting's type.

Applies to