TeamsMeetingInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TeamsMeetingInfo() |
Initializes a new instance of the TeamsMeetingInfo class. |
TeamsMeetingInfo(String) |
Initializes a new instance of the TeamsMeetingInfo class. |
TeamsMeetingInfo()
Initializes a new instance of the TeamsMeetingInfo class.
public TeamsMeetingInfo ();
Public Sub New ()
Applies to
TeamsMeetingInfo(String)
Initializes a new instance of the TeamsMeetingInfo class.
public TeamsMeetingInfo (string id = default);
new Microsoft.Bot.Schema.Teams.TeamsMeetingInfo : string -> Microsoft.Bot.Schema.Teams.TeamsMeetingInfo
Public Sub New (Optional id As String = Nothing)
Parameters
- id
- String
Unique identifier representing a teams meeting.