共用方式為


IConversationUpdateActivity.MembersRemoved 屬性

定義

取得或設定從交談中移除的成員。

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

屬性值

ChannelAccount 的清單。

適用於