ChannelAccount 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
ChannelAccount() | |
ChannelAccount(String, String, String, String) |
ChannelAccount()
public ChannelAccount ();
Public Sub New ()
Applies to
ChannelAccount(String, String, String, String)
public ChannelAccount (string id = default, string name = default, string role = default, string aadObjectId = default);
new Microsoft.Bot.Connector.ChannelAccount : string * string * string * string -> Microsoft.Bot.Connector.ChannelAccount
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional role As String = Nothing, Optional aadObjectId As String = Nothing)
Parameters
- id
- String
- name
- String
- role
- String
- aadObjectId
- String