TeamDetails 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
TeamDetails() |
Initializes a new instance of the TeamDetails class. |
TeamDetails(String, String, String) |
Obsolete.
Initializes a new instance of the TeamDetails class. |
TeamDetails()
Initializes a new instance of the TeamDetails class.
public TeamDetails ();
Public Sub New ()
Applies to
TeamDetails(String, String, String)
Caution
Use the parameter initialization method instead.
Initializes a new instance of the TeamDetails class.
[System.Obsolete("Use the parameter initialization method instead.")]
public TeamDetails (string id = default, string name = default, string aadGroupId = default);
[<System.Obsolete("Use the parameter initialization method instead.")>]
new Microsoft.Bot.Schema.Teams.TeamDetails : string * string * string -> Microsoft.Bot.Schema.Teams.TeamDetails
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional aadGroupId As String = Nothing)
Parameters
- id
- String
Unique identifier representing a team.
- name
- String
Name of team.
- aadGroupId
- String
Azure Active Directory (AAD) Group Id.
- Attributes