Compartir a través de


ConversationsResult.Conversations Propiedad

Definición

Obtiene o establece la lista de conversaciones.

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

Valor de propiedad

Una lista de conversaciones.

Se aplica a