TeamMember 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
TeamMember() |
Initializes a new instance of the TeamMember class. |
TeamMember(String) |
Initializes a new instance of the TeamMember class. |
TeamMember()
Initializes a new instance of the TeamMember class.
public TeamMember ();
Public Sub New ()
Applies to
TeamMember(String)
Initializes a new instance of the TeamMember class.
public TeamMember (string id = default);
new Microsoft.Bot.Schema.Teams.TeamMember : string -> Microsoft.Bot.Schema.Teams.TeamMember
Public Sub New (Optional id As String = Nothing)
Parameters
- id
- String
Unique identifier representing a member (user or channel).