Share via


FacebookResponseEvent.Entry Property

Definition

Gets the entry property.

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)

Property Value

Array containing event data.

Applies to