Del via


FacebookEntry.Standby Property

Definition

Gets the standby messages list.

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

Property Value

List containing the messages sent while in standby mode.

Applies to