Compartir a través de


ConversationParameters.Members Propiedad

Definición

Obtiene o establece los miembros que se van a agregar a la conversación.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> Members { get; set; }
member this.Members : System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> with get, set
Public Property Members As IList(Of ChannelAccount)

Valor de propiedad

Los miembros agregados a la conversación.

Se aplica a