共用方式為


FacebookResponseEvent.Entry 屬性

定義

取得專案屬性。

public System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents.FacebookEntry> Entry { get; }
member this.Entry : System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents.FacebookEntry>
Public ReadOnly Property Entry As List(Of FacebookEntry)

屬性值

包含事件資料的陣列。

適用於