Activity.MembersAdded Propriété

Définition

Obtient ou définit la collection de membres ajoutés à la conversation.

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

Valeur de propriété

Collection de membres ajoutés à la conversation.

Implémente

S’applique à