ChannelAccount Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ChannelAccount() | |
ChannelAccount(String, String, String, String) |
ChannelAccount()
public ChannelAccount ();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- id
- String
- name
- String
- role
- String
- aadObjectId
- String