TeamInfo Constructors

Definition

Overloads

TeamInfo()

Initializes a new instance of the TeamInfo class.

TeamInfo(String, String)

Initializes a new instance of the TeamInfo class.

TeamInfo()

Initializes a new instance of the TeamInfo class.

public TeamInfo ();
Public Sub New ()

Applies to

TeamInfo(String, String)

Initializes a new instance of the TeamInfo class.

public TeamInfo (string id = default, string name = default);
new Microsoft.Bot.Schema.Teams.TeamInfo : string * string -> Microsoft.Bot.Schema.Teams.TeamInfo
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing)

Parameters

id
String

Unique identifier representing a team.

name
String

Name of team.

Applies to