ChannelAccount Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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