Share via


FacebookEntry.Messaging Property

Definition

Gets the messaging list.

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

Property Value

List containing one messaging object.

Remarks

Note that even though this is an enumerable, it will only contain one object.

Applies to